File: control

package info (click to toggle)
fastinfoset 1.2.12-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,532 kB
  • sloc: xml: 23,888; java: 23,855; sh: 348; csh: 14; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,263 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
Source: fastinfoset
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@ubuntu.com>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               javahelper,
               junit4,
               libstreambuffer-java,
               libxsom-java,
               maven-debian-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/fastinfoset
Vcs-Git: https://salsa.debian.org/java-team/fastinfoset.git
Homepage: https://web.archive.org/web/20170427172733/https://fi.java.net/

Package: libfastinfoset-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Java library implementing the Fast Infoset standard
 Fast Infoset specifies a standardized binary encoding for the XML Information
 Set. An XML infoset (such as a DOM tree, StAX events or SAX events in
 programmatic representations) may be serialized to an XML 1.x document or, as
 specified by the Fast Infoset standard, may be serialized to a fast infoset
 document.
 .
 Fast infoset documents are generally smaller in size and faster to
 parse and serialize than equivalent XML documents.