File: control

package info (click to toggle)
stax-ex 1.7.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 328 kB
  • sloc: java: 1,697; xml: 263; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,029 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
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 (>= 11~),
 default-jdk,
 javahelper,
 junit4,
 libactivation-java,
 libjaxb-api-java,
 libmaven-bundle-plugin-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/stax-ex.git
Vcs-Browser: https://salsa.debian.org/java-team/stax-ex
Homepage: https://javaee.github.io/metro-stax-ex/

Package: libstax-ex-java
Architecture: all
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.