Source: libfmt-dev
Section: devel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Build-Depends: debhelper (>= 9),
 cmake,
 doxygen,
 googletest,
 pkg-config,
 python3-breathe,
 python3-sphinx
Standards-Version: 3.9.8
Homepage: http://fmtlib.net/latest/index.html
#Vcs-Git: https://anonscm.debian.org/collab-maint/libfmt-dev.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libfmt-dev.git

Package: libfmt-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libfmt-doc
Conflicts: libcppformat1-dev,
 libcppformat2-dev,
 libfmt3-dev
Description: A modern formatting library
 {fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and IOStreams.

Package: libfmt-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
Description: A modern formatting library
 {fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and IOStreams.