File: control

package info (click to toggle)
libdecentxml-java 1.4%2Bgit20210318.841f464-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: java: 11,910; xml: 203; makefile: 9
file content (48 lines) | stat: -rw-r--r-- 1,877 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
39
40
41
42
43
44
45
46
47
48
Source: libdecentxml-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               junit4,
               libmaven-javadoc-plugin-java,
               maven-debian-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libdecentxml-java
Vcs-Git: https://salsa.debian.org/java-team/libdecentxml-java.git
Homepage: https://github.com/cartermckinnon/decentxml

Package: libdecentxml-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: XML parser optimized for round-tripping and code reuse
 DecentXML is an XML parser written in Java with following features:
 .
  * Allows 100% round-tripping, even for weird whitespace between attributes in
    the start tag or in the end tag.
  * Suitable for building editors and filters which want/need to preserve the
    original file layout as much as possible.
  * Error messages have line and column information.
  * Easy to reuse individual components.
  * XML 1.1 compatible.

Package: libdecentxml-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: libdecentxml-java (= ${binary:Version})
Description: API documentation for libdecentxml-java
 DecentXML is an XML parser written in Java with following features:
 .
  * Allows 100% round-tripping, even for weird whitespace between attributes in
    the start tag or in the end tag.
  * Suitable for building editors and filters which want/need to preserve the
    original file layout as much as possible.
  * Error messages have line and column information.
  * Easy to reuse individual components.
  * XML 1.1 compatible.
 .
 This package contains the Javadoc generated API documentation.