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
|
Source: simple-xml
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Fabian Köster <f.koester@tarent.de>
Build-Depends: ant, debhelper (>= 7), cdbs, default-jdk
Build-Depends-Indep: maven-repo-helper, libxpp3-java
Standards-Version: 3.9.5
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/simple-xml
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/simple-xml
Homepage: http://simple.sourceforge.net/
Package: libsimple-xml-java
Section: java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
Suggests: java-virtual-machine, libsimple-xml-java-doc
Description: A 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.
Package: libsimple-xml-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libsimple-xml-java
Description: API Documentation for libsimple-xml-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.
.
This package provides the Javadoc API for Simple.
|