File: control

package info (click to toggle)
rnv 1.7.10-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 960 kB
  • ctags: 1,593
  • sloc: ansic: 6,539; lisp: 1,129; sh: 996; makefile: 135; perl: 129; python: 96; sed: 5
file content (26 lines) | stat: -rw-r--r-- 987 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
Source: rnv
Section: text
Priority: optional
Maintainer: Sebastian Pipping <webmaster@hartwork.org>
Build-Depends: debhelper (>= 5), autotools-dev,
 libexpat1-dev, libscm-dev,
 libncurses5-dev, libreadline5-dev, libx11-dev
Standards-Version: 3.7.3
Uploaders: Marcela Tiznado <mlt@debian.org>
Homepage: http://sourceforge.net/projects/rnv/

Package: rnv
Architecture: any
Depends: ${shlibs:Depends}
Description: Relax NG Compact Syntax validator
 Relax NG is an XML Schema language like DTD or W3C XML Schema.
 Relax NG schemas can be written in either XML (.rng files) or an
 alternative compact syntax (.rnc files). RNV uses the latter to check
 if a give XML file is valid in respect to the language defined by
 the Relax NG schema. RNV uses Expat for XML parsing.
 .
 If you intend to validate against Relax NG schemas in XML syntax
 instead have a look at xmllint (package libxml2-utils) or xmlstarlet.
 Also trang can convert Relax NG schemas from XML to compact syntax
 and back.