File: control

package info (click to toggle)
liblayout 0.2.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,332 kB
  • sloc: java: 51,125; xml: 138; makefile: 17
file content (34 lines) | stat: -rw-r--r-- 983 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
30
31
32
33
34
Source: liblayout
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 javahelper,
 junit,
 libbase-java,
 libcommons-logging-java,
 libflute-java,
 libfonts-java (>= 0.3.2),
 libitext-java,
 libjcommon-java (>= 1.0.10),
 libloader-java,
 librepository-java,
 libsac-java,
 libxml-java
Build-Conflicts:
 liboscache-java
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/java-team/liblayout
Vcs-Git: https://salsa.debian.org/java-team/liblayout.git

Package: liblayout-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
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).