File: control

package info (click to toggle)
practicalxml-java 1.1.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,272 kB
  • sloc: java: 14,351; xml: 471; sh: 9; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,143 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
Source: practicalxml-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               maven-debian-helper
Build-Depends-Indep: junit,
                     libkdgcommons-java
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/java-team/practicalxml-java
Vcs-Git: https://salsa.debian.org/java-team/practicalxml-java.git
Homepage: http://sourceforge.net/projects/practicalxml/

Package: libpracticalxml-java
Architecture: all
Depends: ${misc:Depends},
         ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: practical XML handling routines
 The package provides a collection of utility classes for working with
 the JDK's built-in XML packages. These are meant to bring the well
 maintained core routines of the JDK closer to regular applications for
 handling XML data and their schemata. Priorities in the development
 where set to meet specific needs in the maintainers' other professional
 and personal projects.