Source: jackson-dataformat-cbor Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Hilko Bengen Build-Depends: debhelper (>= 11), default-jdk, default-jdk-doc, javahelper (>= 0.32), junit4, libbuild-helper-maven-plugin-java, libjackson2-annotations-java (>= 2.8.5), libjackson2-core-java (>= 2.8.5), libjackson2-core-java-doc, libjackson2-databind-java (>= 2.8.5), libmaven-bundle-plugin-java, libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, libmaven-shade-plugin-java, libreplacer-java, maven-debian-helper (>= 1.6.5), xmlstarlet Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-dataformat-cbor.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jackson-dataformat-cbor.git Homepage: https://github.com/FasterXML/jackson-dataformat-cbor Package: libjackson2-dataformat-cbor Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjackson2-dataformat-cbor-doc Description: Jackson data format module for RfC7049 Concise Binary Object Representation 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 "Concise Binary Object Representation (CBOR)" as specified in RfC7049. Package: libjackson2-dataformat-cbor-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libjackson2-dataformat-cbor Description: Documentation for jackson-dataformat-cbor 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-dataformat-cbor.