File: control

package info (click to toggle)
simple-xml 2.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,524 kB
  • sloc: java: 45,356; xml: 277; sh: 11; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 1,177 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
Source: simple-xml
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Fabian Köster <f.koester@tarent.de>
Build-Depends:
 ant,
 ant-optional,
 debhelper-compat (= 13),
 default-jdk,
 junit,
 libxpp3-java,
 maven-repo-helper
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/simple-xml.git
Vcs-Browser: https://salsa.debian.org/java-team/simple-xml
Homepage: http://simple.sourceforge.net/

Package: libsimple-xml-java
Architecture: all
Depends: ${misc:Depends}, libxpp3-java
Description: XML serialization and configuration framework for Java
 Simple is a high performance XML serialization and configuration framework for
 Java. Its goal is to provide an XML framework that enables rapid development
 of XML configuration and communication systems.
 This framework aids the development of XML systems with minimal effort and
 reduced errors. It offers full object serialization and deserialization,
 maintaining each reference encountered.
 In essence it is similar to C# XML serialization for the Java platform, but
 offers additional features for interception and manipulation.