File: control

package info (click to toggle)
rxp 1.2.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 436 kB
  • ctags: 966
  • sloc: ansic: 9,679; makefile: 127; sh: 3
file content (31 lines) | stat: -rw-r--r-- 942 bytes parent folder | download
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.