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
|
Source: cppformat
Section: devel
Priority: extra
Maintainer: Eugene V. Lyubimkin <jackyf@debian.org>
Build-Depends: cmake, debhelper (>=9), googletest, python3-sphinx, python3-breathe, doxygen
Standards-Version: 3.9.8
Homepage: http://fmtlib.net/latest/index.html
Package: libfmt3-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Suggests: libfmt3-doc
Conflicts: libcppformat1-dev, libcppformat2-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: libfmt3-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Conflicts: libcppformat1-doc, libcppformat2-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.
|