jackson-dataformat-cbor 2.7.8-2 source package in Ubuntu

Changelog

jackson-dataformat-cbor (2.7.8-2) unstable; urgency=medium

  * Team upload.
  * Declare compliance with Debian Policy 4.1.1.
  * Add libmaven-shade-plugin-java to B-D.
  * Use https for Format field.
  * Use source target 1.7.

 -- Markus Koschany <email address hidden>  Fri, 13 Oct 2017 22:23:22 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-dataformat-cbor_2.7.8-2.dsc 2.7 KiB 151175748332d256067b48a83cf449367ed634b4272c8326b11a9e013fb04b75
jackson-dataformat-cbor_2.7.8.orig.tar.xz 52.3 KiB 8702b199dd31f3ca8406030cb6b3c8de1dd0789195c7d7ec21956248ee4d47e1
jackson-dataformat-cbor_2.7.8-2.debian.tar.xz 3.4 KiB 87e349933c958bcbe5028c8e7ed59a42d1247544782dfb3ec5836f5d64d05b94

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-dataformat-cbor: 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.

libjackson2-dataformat-cbor-doc: 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.