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: flute
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrew Ross <ubuntu@rossfamily.co.uk>,
Rene Engelhard <rene@debian.org>
Build-Depends:
ant,
ant-contrib,
ant-optional,
debhelper-compat (= 13),
default-jdk,
javacc5,
javahelper,
libsac-java
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/flute.git
Vcs-Browser: https://salsa.debian.org/java-team/flute
Homepage: https://sourceforge.net/projects/jfreereport/
Package: libflute-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Java CSS parser using SAC (JFree version)
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.
|