[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/26: gnu: Add perl6-meta6.
From: |
guix-commits |
Subject: |
14/26: gnu: Add perl6-meta6. |
Date: |
Sat, 23 Mar 2019 16:31:46 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 505b979272e9a23f94a78b9bc9a7934eab941483
Author: Efraim Flashner <address@hidden>
Date: Sat Mar 9 22:14:39 2019 +0200
gnu: Add perl6-meta6.
* gnu/packages/perl6.scm (perl6-meta6): New variable.
---
gnu/packages/perl6.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 6ab6d71..d41167d 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -363,6 +363,40 @@ It will of course also be needed in classes thar are going
to use
create an object from a JSON representation of an object.")
(license license:expat))))
+(define-public perl6-meta6
+ (package
+ (name "perl6-meta6")
+ (version "0.0.23")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jonathanstowe/META6.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1xnlaamfbdlfb2zidim3bbc4mawsrg6qxhxi6gbld46z1cyry1cw"))))
+ (build-system rakudo-build-system)
+ (propagated-inputs
+ `(("perl6-json-class" ,perl6-json-class)))
+ (native-inputs
+ `(("perl6-json-fast" ,perl6-json-fast)))
+ (home-page "https://github.com/jonathanstowe/META6")
+ (synopsis "Do things with Perl 6 [META files]")
+ (description "This provides a representation of the Perl 6 META files
+specification - the META file data can be read, created, parsed and written in
a
+manner that is conformant with the specification.
+
+Where they are known about it also makes allowance for @quot{customary} usage
in
+existing software (such as installers and so forth.)
+
+The intent of this is allow the generation and testing of META files for module
+authors, so it can provide meta-information whether the attributes are
mandatory
+as per the spec and where known the places that @quot{customary} attributes are
+used.")
+ (license license:artistic2.0)))
+
(define-public perl6-tap-harness
(package
(name "perl6-tap-harness")
- 18/26: gnu: Add perl6-svg., (continued)
- 18/26: gnu: Add perl6-svg., guix-commits, 2019/03/23
- 13/26: gnu: Add perl6-json-class., guix-commits, 2019/03/23
- 16/26: gnu: Add perl6-test-meta., guix-commits, 2019/03/23
- 24/26: gnu: Add perl6-grammar-debugger., guix-commits, 2019/03/23
- 25/26: gnu: Add perl6-mime-base64., guix-commits, 2019/03/23
- 23/26: gnu: Add perl6-grammar-profiler-simple., guix-commits, 2019/03/23
- 26/26: gnu: Add perl6-json., guix-commits, 2019/03/23
- 20/26: gnu: Add perl6-terminal-ansicolor., guix-commits, 2019/03/23
- 08/26: gnu: Add perl6-uri., guix-commits, 2019/03/23
- 06/26: gnu: Add perl6-tap-harness., guix-commits, 2019/03/23
- 14/26: gnu: Add perl6-meta6.,
guix-commits <=
- 11/26: gnu: Add perl6-json-unmarshal., guix-commits, 2019/03/23
- 09/26: gnu: Add perl6-json-fast., guix-commits, 2019/03/23
- 12/26: gnu: Add perl6-json-marshal., guix-commits, 2019/03/23
- 01/26: gnu: Add libtommath-1.0., guix-commits, 2019/03/23
- 03/26: gnu: Add nqp., guix-commits, 2019/03/23
- 04/26: gnu: Add rakudo., guix-commits, 2019/03/23
- 10/26: gnu: Add perl6-json-name., guix-commits, 2019/03/23
- 07/26: gnu: Add perl6-zef., guix-commits, 2019/03/23
- 02/26: gnu: Add moarvm., guix-commits, 2019/03/23
- 05/26: build: Add rakudo-build-system., guix-commits, 2019/03/23