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
|
Source: libnxml
Section: libs
Priority: optional
Maintainer: Varun Hiremath <varun@debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 6), cdbs, dctrl-tools, libcurl4-dev | libcurl-dev, quilt
Standards-Version: 3.8.0
Homepage: http://www5.autistici.org/bakunin/libnxml/doc/index.html
Vcs-Svn: https://bollin.googlecode.com/svn/libnxml/
Vcs-Browser: http://bollin.googlecode.com/svn/libnxml/
Package: libnxml0-dev
Section: libdevel
Architecture: any
Depends: libnxml0 (= ${binary:Version}), libcurl4-dev | libcurl-dev
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 provides a static library and C header files.
Package: libnxml0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libnxml-abi-${source:Upstream-Version}
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-dbg
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libnxml0 (= ${binary:Version})
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 with debugging symbols.
|