jo 1.1-1 source package in Ubuntu

Changelog

jo (1.1-1) unstable; urgency=medium

  * New upstream release.
  * d/control: bump Standards-Version.

 -- Vincent Bernat <email address hidden>  Mon, 18 Sep 2017 16:37:33 +0200

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
jo_1.1-1.dsc 1.8 KiB 601549f0818f49e6fb5606d4854b5b275fd8615b3660d68f64c0a823fd373193
jo_1.1.orig.tar.gz 49.2 KiB 1471e257517ff8123197aa022b2e76c914fbfdbecb5fbb7be9c55a231d8a9630
jo_1.1-1.debian.tar.xz 2.2 KiB 9820c1812cbdb34f1d114fa0fd20c7629fbb8228393395d81c5ab6454a0a4e78

Available diffs

No changes file available.

Binary packages built by this source

jo: command-line processor to output JSON from a shell

 jo creates a JSON string on stdout from words given it as arguments
 or read from stdin. It can generate both arrays and objects. Here is
 a short example:
 .
 $ jo -p name=jo n=17 parser@0
 {
    "name": "jo",
    "n": 17,
    "parser": false
 }

jo-dbgsym: debug symbols for jo