File: control

package info (click to toggle)
xom 1.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,732 kB
  • sloc: xml: 68,746; java: 48,805; makefile: 17
file content (76 lines) | stat: -rw-r--r-- 2,810 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: xom
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Stephan Michels <stephan@apache.org>,
 Varun Hiremath <varun@debian.org>,
 Emmanuel Bourg <ebourg@apache.org>,
Build-Depends:
 debhelper-compat (= 13),
 maven-repo-helper,
Build-Depends-Indep:
 ant,
 ant-optional,
 default-jdk,
 junit,
 libjaxen-java,
 libxalan2-java,
 libxerces2-java,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/xom.git
Vcs-Browser: https://salsa.debian.org/java-team/xom
Homepage: http://www.xom.nu

Package: libxom-java
Architecture: all
Suggests:
 libxom-java-doc,
Depends:
 libjaxen-java,
 libxerces2-java,
 ${misc:Depends},
Description: New XML object model for Java
 XOM(tm) is a new XML object model. It is an open source (LGPL),
 tree-based API for processing XML with Java that strives for correctness,
 simplicity, and performance, in that order.
 .
 XOM is designed to be easy to learn and easy to use. It works very
 straight-forwardly, and has a very shallow learning curve. Assuming
 you're already familiar with XML, you should be able to get up and
 running with XOM very quickly.
 .
 XOM is the only XML API that makes no compromises on correctness.
 XOM only accepts namespace well-formed XML documents, and only allows
 you to create namespace well-formed XML documents. (In fact, it's a
 little stricter than that: it actually guarantees that all documents
 are round-trippable and have well-defined XML infosets.) XOM manages
 your XML so you don't have to. With XOM, you can focus on the unique
 value of your application, and trust XOM to get the XML right.

Package: libxom-java-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
Suggests:
 libxom-java,
Description: Documentation for the libxom-java package
 XOM(tm) is a new XML object model. It is an open source (LGPL),
 tree-based API for processing XML with Java that strives for correctness,
 simplicity, and performance, in that order.
 .
 XOM is designed to be easy to learn and easy to use. It works very
 straight-forwardly, and has a very shallow learning curve. Assuming
 you're already familiar with XML, you should be able to get up and
 running with XOM very quickly.
 .
 XOM is the only XML API that makes no compromises on correctness.
 XOM only accepts namespace well-formed XML documents, and only allows
 you to create namespace well-formed XML documents. (In fact, it's a
 little stricter than that: it actually guarantees that all documents
 are round-trippable and have well-defined XML infosets.) XOM manages
 your XML so you don't have to. With XOM, you can focus on the unique
 value of your application, and trust XOM to get the XML right.
 .
 This package includes the API documentation for libxom-java package.