File: control

package info (click to toggle)
msv 2009.1%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 6,064 kB
  • sloc: java: 45,272; xml: 2,480; lisp: 68; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,086 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
Source: msv
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>
Build-Depends:
 ant,
 debhelper (>= 11),
 default-jdk,
 junit4,
 libisorelax-java,
 libjdom1-java,
 librelaxng-datatype-java,
 libxalan2-java,
 libxerces2-java,
 libxml-commons-resolver1.1-java,
 maven-debian-helper
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/msv.git
Vcs-Browser: https://salsa.debian.org/java-team/msv;a=summary
Homepage: https://github.com/kohsuke/msv

Package: libmsv-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Description: Sun multi-schema XML validator
 The Sun Multi-Schema XML Validator is a Java tool to validate XML
 documents against several kinds of XML schemata. It supports DTD,
 RELAX Namespace, RELAX Core, RELAX NG, TREX, and a subset of W3C
 XML Schema Part 1.
 .
 It features both a command line utility that can read XML documents and
 validate them against a schema and a library that can be incorporated in
 a Java program.