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: liblayout
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>= 11), default-jdk, ant, libjcommon-java (>= 1.0.10), libitext-java, libjakarta-poi-java, libflute-java, junit, libfonts-java (>= 0.3.2), libloader-java, libxml-java, libsac-java, librepository-java, libbase-java, libcommons-logging-java, javahelper
Build-Conflicts: liboscache-java
Standards-Version: 4.1.3
Package: liblayout-java
Section: java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Suggests: liblayout-java-doc
Description: Java layouting framework
LibLayout is a layouting framework. It is based on the Cascading StyleSheets
standard (in the upcoming version 3). The layouting expects to receive its
content as a DOM structure (although it does not rely on the W3C-DOM API).
Package: liblayout-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Java layouting framework -- documentation
LibLayout is a layouting framework. It is based on the Cascading StyleSheets
standard (in the upcoming version 3). The layouting expects to receive its
content as a DOM structure (although it does not rely on the W3C-DOM API).
.
This package contains the Javadoc.
|