File: control

package info (click to toggle)
jackson-datatype-joda 2.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 416 kB
  • ctags: 503
  • sloc: java: 3,028; xml: 71; makefile: 4
file content (66 lines) | stat: -rw-r--r-- 2,778 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
Source: jackson-datatype-joda
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 10),
               default-jdk,
               default-jdk-doc,
               javahelper,
               junit4,
               libbuild-helper-maven-plugin-java,
               libjackson2-annotations-java (>= 2.8.5),
               libjackson2-core-java (>= 2.8.5),
               libjackson2-databind-java (>= 2.8.5),
               libjoda-time-java,
               libmaven-bundle-plugin-java,
               libmaven-javadoc-plugin-java,
               libreplacer-java,
               maven-debian-helper,
               xmlstarlet
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-datatype-joda.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jackson-datatype-joda.git
Homepage: https://github.com/FasterXML/jackson-datatype-joda

Package: libjackson2-datatype-joda-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}, libjackson2-datatype-joda-java-doc
Description: fast and powerful JSON library for Java -- Joda datatypes
 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 an extension for serializing and deserializing classes
 implemented by the Joda-Time date/time library.

Package: libjackson2-datatype-joda-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Suggests: ${maven:DocOptionalDepends}, libjackson2-datatype-joda-java
Description: Documentation for jackson-datatype-joda
 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-datatype-joda.