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 77 78 79 80
|
Source: jackson-databind
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Hilko Bengen <bengen@debian.org>,
Wolodja Wentland <debian@babilen5.org>
Build-Depends:
debhelper (>= 9),
default-jdk,
javahelper (>= 0.32),
maven-debian-helper (>= 1.6.5),
libjackson2-core-java (>= 2.4.2),
libjackson2-annotations-java (>= 2.4.0),
libmaven-bundle-plugin-java,
xmlstarlet
Build-Depends-Indep:
default-jdk-doc,
groovy (>= 1.8.6-4~),
junit4,
libcglib3-java,
libjackson2-core-java-doc,
libjackson2-annotations-java-doc,
libmaven-javadoc-plugin-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/jackson-databind.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jackson-databind.git
Homepage: http://wiki.fasterxml.com/JacksonHome
Package: libjackson2-databind-java
Architecture: all
Depends:
${misc:Depends},
${maven:Depends}
Recommends:
${maven:OptionalDepends}
Suggests:
libjackson2-databind-java-doc
Description: fast and powerful JSON library for Java -- data binding
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
lightweight, and ergonomic for developers. It offers three alternative methods
for processing JSON:
.
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
.
In addition to the core library, there are numerous extension that provide
additional functionality such as additional data formats beyond JSON,
additional data types or JVM languages.
.
This package contains general purpose data-binding functionality for data
formats other than JSON.
Package: libjackson2-databind-java-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${maven:DocDepends}
Recommends:
${maven:DocOptionalDepends}
Suggests:
libjackson2-databind-java
Description: Documentation for jackson-databind
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
lightweight, and ergonomic for developers. It offers three alternative methods
for processing JSON:
.
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
.
In addition to the core library, there are numerous extension that provide
additional functionality such as additional data formats beyond JSON,
additional data types or JVM languages.
.
This package contains the API documentation of libjackson2-databind-java.
|