emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27522: closed ([PATCH] gnu: Add jo.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27522: closed ([PATCH] gnu: Add jo.)
Date: Fri, 30 Jun 2017 15:32:01 +0000

Your message dated Fri, 30 Jun 2017 21:01:44 +0530
with message-id <address@hidden>
and subject line Re: [bug#27522] [PATCH] gnu: Add jo.
has caused the debbugs.gnu.org bug report #27522,
regarding [PATCH] gnu: Add jo.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27522: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27522
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add jo. Date: Thu, 29 Jun 2017 12:10:58 +0530
* gnu/packages/web.scm (jo): New variable.
---
 gnu/packages/web.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3625a1034..e91bc1f13 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4674,3 +4674,24 @@ message stream (in a web server that is per 
connection).")
     (description "@code{httpretty} is a helper for faking web requests,
 inspired by Ruby's @code{fakeweb}.")
     (license l:expat)))
+
+(define-public jo
+  (package
+    (name "jo")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/jpmens/jo/releases/download/v";
+                           version "/jo-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0pysickpxrbl53c122h6swvz8sck68q3j0ql38wvbz70q9k4gvb3"))))
+    (build-system gnu-build-system)
+    (home-page "https://github.com/jpmens/jo";)
+    (synopsis "Output JSON from a shell")
+    (description "jo is a command-line utility to create JSON objects or
+arrays.  It creates a JSON string on stdout from words provided as
+command-line arguments or read from stdin.")
+    (license (list l:gpl2+
+                   l:expat)))) ; json.c, json.h
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27522] [PATCH] gnu: Add jo. Date: Fri, 30 Jun 2017 21:01:44 +0530
Pushed! Thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]