~ubuntu-branches/ubuntu/trusty/jackson-core/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Wolodja Wentland
  • Date: 2013-08-10 19:27:10 UTC
  • Revision ID: package-import@ubuntu.com-20130810192710-8xwsuy3gcc09411b
Tags: 2.2.2-1
Initial release (Closes: #719323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: jackson-core
 
2
Section: java
 
3
Priority: optional
 
4
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 
5
Uploaders:
 
6
 Hilko Bengen <bengen@debian.org>,
 
7
 Wolodja Wentland <debian@babilen5.org>
 
8
Build-Depends:
 
9
 debhelper (>= 9),
 
10
 default-jdk,
 
11
 maven-debian-helper (>= 1.6.5),
 
12
 libmaven-install-plugin-java,
 
13
 xmlstarlet
 
14
Build-Depends-Indep:
 
15
 default-jdk-doc,
 
16
 junit4,
 
17
 libmaven-javadoc-plugin-java,
 
18
 libmaven-scm-java
 
19
Standards-Version: 3.9.4
 
20
Vcs-Git: git://anonscm.debian.org/pkg-java/jackson-core.git
 
21
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jackson-core.git
 
22
Homepage: http://wiki.fasterxml.com/JacksonHome
 
23
 
 
24
Package: libjackson2-core-java
 
25
Architecture: all
 
26
Depends:
 
27
 ${misc:Depends},
 
28
 ${maven:Depends}
 
29
Recommends:
 
30
 ${maven:OptionalDepends}
 
31
Suggests:
 
32
 libjackson2-core-java-doc
 
33
Description: fast and powerful JSON library for Java -- core library
 
34
 The Jackson Data Processor is a multi-purpose Java library for processing
 
35
 JSON. Jackson aims to be the best possible combination of fast, correct,
 
36
 lightweight, and ergonomic for developers. It offers three alternative methods
 
37
 for processing JSON:
 
38
 .
 
39
  * Streaming API inspired by StAX
 
40
  * Tree Model
 
41
  * Data Binding converts JSON to and from POJOs
 
42
 .
 
43
 In addition to the core library, there are numerous extension that provide
 
44
 additional functionality such as additional data formats beyond JSON,
 
45
 additional data types or JVM languages.
 
46
 .
 
47
 This package contains the Jackson core library.
 
48
 
 
49
Package: libjackson2-core-java-doc
 
50
Architecture: all
 
51
Section: doc
 
52
Depends:
 
53
 ${misc:Depends},
 
54
 ${maven:DocDepends}
 
55
Recommends:
 
56
 ${maven:DocOptionalDepends}
 
57
Suggests:
 
58
 libjackson2-core-java
 
59
Description: Documentation for Jackson-core
 
60
 The Jackson Data Processor is a multi-purpose Java library for processing
 
61
 JSON. Jackson aims to be the best possible combination of fast, correct,
 
62
 lightweight, and ergonomic for developers. It offers three alternative methods
 
63
 for processing JSON:
 
64
 .
 
65
  * Streaming API inspired by StAX
 
66
  * Tree Model
 
67
  * Data Binding converts JSON to and from POJOs
 
68
 .
 
69
 In addition to the core library, there are numerous extension that provide
 
70
 additional functionality such as additional data formats beyond JSON,
 
71
 additional data types or JVM languages.
 
72
 .
 
73
 This package contains the API documentation of libjackson2-core-java.