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
|
Source: glaze
Section: libs
Maintainer: Carl Keinath <carl.keinath@gmail.com>
Build-Depends:
debhelper-compat (= 13),
cmake,
mkdocs <!nodoc>,
mkdocs-material <!nodoc>,
mkdocs-autorefs <!nodoc>,
Standards-Version: 4.7.3
Homepage: https://github.com/stephenberry/glaze/tree/main
Vcs-Browser: https://salsa.debian.org/carlo/glaze
Vcs-Git: https://salsa.debian.org/carlo/glaze.git
Description: High-performance C++ JSON serialization library
Glaze is a high-performance C++ library for JSON and other structured formats,
it provides efficient serialization and deserialization.
Package: libglaze-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Suggests: libglaze-doc
Description: ${source:Synopsis} - development files
${source:Extended-Description}
Package: libglaze-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends:
${misc:Depends},
${mkdocs:Depends},
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This package installs the common documentation package.
|