File: control

package info (click to toggle)
rxp 1.5.0-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,544 kB
  • ctags: 1,377
  • sloc: ansic: 23,096; sh: 9,795; makefile: 21
file content (33 lines) | stat: -rw-r--r-- 1,085 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
32
33
Source: rxp
Priority: optional
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), autotools-dev
Standards-Version: 3.8.4
Section: text
Homepage: http://www.cogsci.ed.ac.uk/~richard/rxp.html

Package: rxp
Section: text
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A validating XML parser
 Rxp reads, parses, and can optionally validate XML.

Package: librxp0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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: librxp-dev
Section: libdevel
Architecture: any
Depends: librxp0 (= ${binary:Version}), ${misc:Depends}
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.