1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: fmtlib
Section: devel
Priority: optional
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.
|