jo 1.9-1 source package in Ubuntu

Changelog

jo (1.9-1) unstable; urgency=medium

  * New upstream release. Closes: #1024347.
  * Indent example in description. Closes: #993429.
  * Drop patch, applied upstream.

 -- Vincent Bernat <email address hidden>  Fri, 18 Nov 2022 07:42:54 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
jo_1.9-1.dsc 1.8 KiB 6622ddc93d710d447ebe9c5f667f9997f56129352552784f467898b4d59bd6d8
jo_1.9.orig.tar.gz 106.7 KiB 87b3e40584730d6f8b8cdb9deb1700173d25dc54403fcb17d2c1d9def2ba8102
jo_1.9-1.debian.tar.xz 2.4 KiB 1995b108d357c284dc0e00441bdbee537d2ff79b09d3ff7ed841ac0e90fc41b7

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