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:
 cdbs,
 debhelper (>= 9),
 default-jdk,
 javahelper,
 maven-debian-helper (>= 1.5)
Build-Depends-Indep: junit4, libstax-java, libstreambuffer-java, libxsom-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/fastinfoset.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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.
