https://bugzilla.redhat.com/show_bug.cgi?id=1925709
Bug ID: 1925709
Summary: Review Request: jo - Small utility to create JSON
objects
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
Classification: Fedora
Spec URL:
https://gitlab.com/musicinmybrain/fedora-rpm/-/raw/da240ce5ec6e45287239a16d3b3442f6451dff83/jo.spec
SRPM URL:
https://kojipkgs.fedoraproject.org//work/tasks/1221/61421221/jo-1.4-1.fc34.src.rpm
Description:
This is jo, a small utility to create JSON objects
$ jo -p name=jo n=17 parser=false
{
"name": "jo",
"n": 17,
"parser": false
}
or arrays
$ seq 1 10 | jo -a
[1,2,3,4,5,6,7,8,9,10]
Fedora Account System Username: music
This is a nice, clean C/Autotools/Make CLI project. The only thing even a
little irregular is one bundled and forked copylib from CCAN.
Koji builds:
F34: https://koji.fedoraproject.org/koji/taskinfo?taskID=61421196
F33: https://koji.fedoraproject.org/koji/taskinfo?taskID=61421197
F32: https://koji.fedoraproject.org/koji/taskinfo?taskID=61421198
EL8: https://koji.fedoraproject.org/koji/taskinfo?taskID=61421199
EL7: https://koji.fedoraproject.org/koji/taskinfo?taskID=61421205
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]