json-simple 1.1.1-4 source package in Ubuntu

Changelog

json-simple (1.1.1-4) unstable; urgency=medium

  * Team upload.
  * Added the missing dependency on junit4 (Closes: #843383)
  * Build with the DH sequencer instead of CDBS
  * Removed the build dependencies on ant and maven-repo-helper
  * Standards-Version updated to 3.9.8
  * Switch to debhelper level 10
  * Use secure Vcs-* URLs

 -- Emmanuel Bourg <email address hidden>  Mon, 07 Nov 2016 11:31:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
json-simple_1.1.1-4.dsc 2.1 KiB ae2b5d429e7ee486e49a7ede3e48d4df355fc5ca18be17d7fd2c860a5598a9fa
json-simple_1.1.1.orig.tar.bz2 19.5 KiB cbff797375070bb69ac8b2f438dd6407a592f960e971e8a24ba78973534e4590
json-simple_1.1.1-4.debian.tar.xz 5.7 KiB 226d79bf7a0e6ef6b4e05b8d4fd6f7bd4af43e14a18a54489e3a093952bc66d8

Available diffs

No changes file available.

Binary packages built by this source

libjson-simple-doc: documentation for libjson-simple-java

 This package contains the javadoc API documentation for libjson-simple-java,
 a simple, lightweight and efficient JSON toolkit for Java.

libjson-simple-java: Simple, lightweight and efficient JSON toolkit for Java

 While full featured and fully compliant with the JSON specification
 (RFC4627), JSON.simple aims to be as simple and efficient as possible.
 .
 It supports encoding, decoding and escaping JSON data and streams, and
 features a stoppable SAX-like interface to process JSON input.
 .
 It has been run through profiling tools to ensure high performance
 processing.