Source: fmtlib
Section: devel
Priority: optional
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Maintainer: Shengjing Zhu <zhsj@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: cmake, googletest
Build-Depends-Indep: doxygen,
                     libjs-bootstrap,
                     node-clean-css,
                     node-less,
                     python3-breathe,
                     python3-sphinx
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://fmt.dev/
Vcs-Browser: https://salsa.debian.org/zhsj/fmtlib
Vcs-Git: https://salsa.debian.org/zhsj/fmtlib.git

Package: libfmt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libfmt7 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Suggests: libfmt-doc
Breaks: libspdlog1 (<< 1:1.8.1+ds-2.1~)
Conflicts: libcppformat1-dev, libcppformat2-dev, libfmt3-dev
Description: fast type-safe C++ formatting library -- development files
 This library provides fast, type-safe, small, C++11-aware replacement of
 (s)printf and related machinery. In some cases it's noticeably faster
 than boost::format, boost::lexical_cast and even sprintf itself.
 .
 This package contains the development files, include the static library.

Package: libfmt-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libjs-bootstrap, ${misc:Depends}, ${sphinxdoc:Depends}
Conflicts: libcppformat1-doc, libcppformat2-doc, libfmt3-doc
Description: fast type-safe C++ formatting library -- documentation
 This library provides fast, type-safe, small, C++11-aware replacement of
 (s)printf and related machinery. In some cases it's noticeably faster
 than boost::format, boost::lexical_cast and even sprintf itself.
 .
 This package contains the documentation files.

Package: libfmt7
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: fast type-safe C++ formatting library -- library
 This library provides fast, type-safe, small, C++11-aware replacement of
 (s)printf and related machinery. In some cases it's noticeably faster
 than boost::format, boost::lexical_cast and even sprintf itself.
 .
 This package contains the shared library.
