File: control

package info (click to toggle)
jackson-dataformat-smile 2.7.8-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,444 kB
  • sloc: java: 9,863; xml: 80; makefile: 4; sh: 4
file content (47 lines) | stat: -rw-r--r-- 1,662 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
Source: jackson-dataformat-smile
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Hilko Bengen <bengen@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 javahelper (>= 0.32),
 junit4,
 libbuild-helper-maven-plugin-java,
 libjackson2-annotations-java (>= 2.8.5),
 libjackson2-core-java (>= 2.8.5),
 libjackson2-databind-java (>= 2.8.5),
 libmaven-bundle-plugin-java,
 libmaven-enforcer-plugin-java,
 libmaven-shade-plugin-java,
 libreplacer-java,
 maven-debian-helper (>= 1.6.5),
 xmlstarlet
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/jackson-dataformat-smile.git
Vcs-Browser: https://salsa.debian.org/java-team/jackson-dataformat-smile
Homepage: http://wiki.fasterxml.com/JacksonHome

Package: libjackson2-dataformat-smile
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: fast and powerful JSON library for Java -- Smile dataformat
 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 reading and writing Smile-("binary
 JSON")-encoded data.