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
|
Source: rxp
Section: text
Priority: optional
Build-Depends: debhelper
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.1.1.1
Package: rxp
Architecture: any
Depends: librxp1, ${shlibs:Depends}
Description: A validating XML parser
Rxp reads, parses, and can optionally validate XML.
Package: librxp1
Architecture: any
Depends: ${shlibs:Depends}
Description: Shared library for XML parsing and validating
XML is a metalanguage to let you design your own markup language. This
library can be used to parse and validate XML documents.
Package: librxp1-dev
Architecture: any
Depends: librxp1, libc6-dev
Description: Development files for librxp
XML is a metalanguage to let you design your own markup language. librxp is
a library that can be used to parse and validate XML documents.
.
This package contains the static library and header files used in
development.
|