[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/26: gnu: Add perl6-json.
From: |
guix-commits |
Subject: |
26/26: gnu: Add perl6-json. |
Date: |
Tue, 19 Mar 2019 15:16:55 -0400 (EDT) |
efraim pushed a commit to branch wip-perl6
in repository guix.
commit c271a6c7760663fce8589eca29f9067ba30af27d
Author: Efraim Flashner <address@hidden>
Date: Sun Mar 10 22:23:50 2019 +0200
gnu: Add perl6-json.
* gnu/packages/perl6.scm (perl6-json): New variable.
---
gnu/packages/perl6.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index f675338..f227786 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -284,6 +284,29 @@ code. Any grammar in the lexical scope of the use
statement will automatically
have profiling information collected when the grammar is used.")
(license license:artistic2.0))))
+(define-public perl6-json
+ (package
+ (name "perl6-json")
+ (version "1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/moritz/json";)
+ ;; The commit where 1.0 was "tagged"
+ (commit "a5ef8c179350dae44ce7fb1abb684fc62c1c2b99")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1kzryxkqyr129rcckd4jh0dfxdgzv71qx8dpkpm1divbfjyknlay"))))
+ (build-system rakudo-build-system)
+ (arguments '(#:with-zef? #f))
+ (home-page "https://github.com/moritz/json";)
+ (synopsis "A minimal JSON (de)serializer")
+ (description "This module is a simple Perl 6 module for serializing and
+deserializing JSON.")
+ (license license:artistic2.0)))
+
(define-public perl6-json-class
(package
(name "perl6-json-class")
- branch wip-perl6 created (now c271a6c), guix-commits, 2019/03/19
- 17/26: gnu: Add perl6-xml-writer., guix-commits, 2019/03/19
- 16/26: gnu: Add perl6-test-meta., guix-commits, 2019/03/19
- 21/26: gnu: Add perl6-oo-monitors., guix-commits, 2019/03/19
- 24/26: gnu: Add perl6-grammar-debugger., guix-commits, 2019/03/19
- 26/26: gnu: Add perl6-json.,
guix-commits <=
- 19/26: gnu: Add perl6-svg-plot., guix-commits, 2019/03/19
- 20/26: gnu: Add perl6-terminal-ansicolor., guix-commits, 2019/03/19
- 22/26: gnu: Add perl6-test-mock., guix-commits, 2019/03/19
- 12/26: gnu: Add perl6-json-marshal., guix-commits, 2019/03/19
- 25/26: gnu: Add perl6-mime-base64., guix-commits, 2019/03/19
- 18/26: gnu: Add perl6-svg., guix-commits, 2019/03/19
- 23/26: gnu: Add perl6-grammar-profiler-simple., guix-commits, 2019/03/19
- 09/26: gnu: Add perl6-json-fast., guix-commits, 2019/03/19
- 14/26: gnu: Add perl6-meta6., guix-commits, 2019/03/19
- 04/26: gnu: Add rakudo., guix-commits, 2019/03/19