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
|
Source: rxp
Priority: optional
Build-Depends: debhelper
Maintainer: Mike Mattice <mattice@debian.org>
Standards-Version: 3.1.1.1
Package: rxp
Section: text
Architecture: any
Depends: librxp1 (= 1.2.3-2), ${shlibs:Depends}
Description: A validating XML parser
Rxp reads, parses, and can optionally validate XML.
Package: librxp1
Section: libs
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
Section: devel
Architecture: any
Depends: librxp1 (= 1.2.3-2), 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.
|