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
|
Source: libzeem
Section: libs
Priority: optional
Maintainer: Maarten L. Hekkelman <maarten@hekkelman.com>
Uploaders:
Andrius Merkys <merkys@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
libmcfp-dev,
libhowardhinnant-date-dev,
catch2,
doxygen,
python3-exhale,
python3-sphinx-rtd-theme,
python3-myst-parser
Standards-Version: 4.7.2
Homepage: https://forge.hekkelman.net/maarten/zeem
Vcs-Git: https://salsa.debian.org/debian/libzeem.git
Vcs-Browser: https://salsa.debian.org/debian/libzeem
Package: libzeem-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
libzeem2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests: libzeem-doc, mrc
Description: Development files for libzeem
Libzeem is a complete XML library written in C++. It has a DOM
interface, a validating parser, DTD support and an implementation
of XPath 1.0. There is also support for serialization of objects
using an approach similar to boost::serialization.
.
This specific package contains the files you need to develop software
using libzeem.
Package: libzeem-doc
Section: doc
Architecture: all
Depends:
libboost-regex-dev,
zlib1g-dev,
${misc:Depends},
libjs-sphinxdoc,
libjs-jquery
Description: Documentation files for libzeem
Libzeem is a complete XML library written in C++. It has a DOM
interface, a validating parser, DTD support and an implementation
of XPath 1.0. There is also support for serialization of objects
using an approach similar to boost::serialization.
.
This specific package contains the documentation you can use to develop new
software using libcifpp.
Package: libzeem2
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: Library file for libzeem
Libzeem is a complete XML library written in C++. It has a DOM
interface, a validating parser, DTD support and an implementation
of XPath 1.0. There is also support for serialization of objects
using an approach similar to boost::serialization.
.
This package contains the library file only.
|