File: control

package info (click to toggle)
fastinfoset 1.2.12-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,536 kB
  • ctags: 3,545
  • sloc: xml: 23,888; java: 23,855; sh: 363; csh: 14; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,174 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
Source: fastinfoset
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 (>= 2.0)
Build-Depends-Indep: junit4, libstax-java, libstreambuffer-java, libxsom-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/fastinfoset.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/fastinfoset.git
Homepage: http://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.