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
|
Source: flutejava
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 5), java-gcj-compat-dev, libsac-java, javacc
Standards-Version: 3.7.2
Section: libs
Homepage: http://www.w3.org/Style/CSS/SAC/
Package: libflute-java
Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime, libsac-java
Suggests: libflute-java-doc
Description: Java CSS parser using SAC
Flute is a CSS2 parser written in Java that implements SAC.
SAC is a standard event-based API for CSS parsers, closely
modelled on the SAX API for XML parsers.
.
This package contains the library.
Package: libflute-java-doc
Section: doc
Architecture: all
Description: Java CSS parser using SAC -- documentation
Flute is a CSS2 parser written in Java that implements SAC.
SAC is a standard event-based API for CSS parsers, closely
modelled on the SAX API for XML parsers.
.
This package contains the javadoc documentation.
|