jo 1.3-2 source package in Ubuntu

Changelog

jo (1.3-2) unstable; urgency=medium

  * d/patches: don't use simple_tables extension for manual page
    (Closes: #966932)

 -- Vincent Bernat <email address hidden>  Tue, 04 Aug 2020 09:19:08 +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

Downloads

File Size SHA-256 Checksum
jo_1.3-2.dsc 1.8 KiB 3691e34a7c26220d10493093c2212183e78171d010dc5e037eb412a70fbd9c14
jo_1.3.orig.tar.gz 52.5 KiB cfa10a61bdb106608cebc6dcdc24228f5038b7e9b13c3d19bb4878c4e5d477fb
jo_1.3-2.debian.tar.xz 2.7 KiB 626ec673e3143382023b0def00b1d81a8255b9f1e0427dc05c8831a951f08a3b

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