File: control

package info (click to toggle)
libstax2-api-java 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 948 kB
  • ctags: 2,000
  • sloc: java: 10,598; xml: 381; makefile: 20; sh: 6
file content (20 lines) | stat: -rw-r--r-- 906 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libstax2-api-java
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>
Build-Depends: ant, cdbs, debhelper (>= 5), maven-repo-helper (>= 1.4)
Build-Depends-Indep: default-jdk, libstax-java
Standards-Version: 3.9.2
Homepage: http://woodstox.codehaus.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/packages/trunk/libstax2-api-java/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/packages/trunk/libstax2-api-java/

Package: libstax2-api-java
Architecture: all
Depends: ${misc:Depends}, libstax-java
Description: Extension to StAX API for parsing XML documents
 StAX 2 is an extension to StAX (Streaming API for XML), an Java API to read
 and write XML documents. It adds some features over the original API,
 such as typed access API and read/write validation (with pluggable
 validators).