File: control

package info (click to toggle)
rxp 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,720 kB
  • sloc: ansic: 23,097; sh: 9,795; makefile: 21
file content (38 lines) | stat: -rw-r--r-- 1,208 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
34
35
36
37
38
Source: rxp
Priority: optional
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.4.0
Section: text
Homepage: http://www.cogsci.ed.ac.uk/~richard/rxp.html
Vcs-Git: https://salsa.debian.org/debian/rxp.git
Vcs-Browser: https://salsa.debian.org/debian/rxp

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

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