File: control

package info (click to toggle)
dom4j 2.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,332 kB
  • sloc: java: 26,373; xml: 24,952; makefile: 8
file content (38 lines) | stat: -rw-r--r-- 1,002 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
35
36
37
38
Source: dom4j
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Marcus Better <marcus@better.se>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 antlr,
 debhelper-compat (= 13),
 default-jdk,
 gradle-debian-helper,
 junit,
 libjaxb-api-java,
 libjaxen-java,
 libmsv-java,
 libxalan2-java,
 libxerces2-java,
 libxpp2-java (>= 2.1.10-8~),
 libxpp3-java,
 maven-repo-helper
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/java-team/dom4j
Vcs-Git: https://salsa.debian.org/java-team/dom4j.git
Homepage: https://dom4j.github.io
Rules-Requires-Root: no

Package: libdom4j-java
Architecture: all
Depends: ${misc:Depends}, libjaxen-java
Suggests:
 libmsv-java,
 libxpp2-java (>= 2.1.10-8~),
 libxpp3-java
Description: Flexible XML framework for Java
 dom4j is a library for working with XML, XPath and XSLT on the Java
 platform using the Java Collections Framework and with full support
 for DOM, SAX and JAXP.