File: control

package info (click to toggle)
stax-ex 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • ctags: 200
  • sloc: java: 523; xml: 195; sh: 19; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,057 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
Source: stax-ex
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@ubuntu.com>
Build-Depends: debhelper (>= 9),
               default-jdk,
               javahelper,
               maven-debian-helper (>= 1.5)
Build-Depends-Indep: junit (>= 3.8.2), libstax-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/stax-ex.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/stax-ex.git
Homepage: http://stax-ex.java.net

Package: libstax-ex-java
Architecture: all
Depends: ${java:Depends}, ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Extended StAX API
 This project develops a few extensions to complement JSR-173 StAX API in the
 following area.
 .
  * Enable parser instance reuse (which is important in the
    high-performance environment like JAXB and JAX-WS)
  * Improve the support for reading from non-text XML infoset,
    such as FastInfoset.
  * Improve the namespace support.