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
|
Source: libnxml
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
dctrl-tools,
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
libcurl4-gnutls-dev,
Standards-Version: 4.6.0
Homepage: https://github.com/bakulf/libnxml
Vcs-Browser: https://salsa.debian.org/debian/libnxml
Vcs-Git: https://salsa.debian.org/debian/libnxml.git
Package: libnxml0t64
Replaces:
libnxml0,
Breaks:
libnxml0 (<< ${source:Version}),
Multi-Arch: same
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
libnxml-abi-${source:Upstream-Version},
${t64:Provides},
Description: C library for parsing, writing and creating xml 1.0/1.1 files or streams
libnxml is a C library for parsing, writing, and creating XML 1.0 and
1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4
(1234, 4321, 2143, 2312).
.
This package contains the shared libraries.
Package: libnxml0-dev
Multi-Arch: same
Section: libdevel
Architecture: any
Depends:
libcurl4-gnutls-dev | libcurl-dev,
libnxml0t64 (= ${binary:Version}),
${misc:Depends},
Description: static library and C header files for libnxml0t64
libnxml is a C library for parsing, writing, and creating XML 1.0 and
1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4
(1234, 4321, 2143, 2312).
.
This package provides a static library and C header files.
|