[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/25: gnu: Add perl6-xml-writer.
From: |
guix-commits |
Subject: |
16/25: gnu: Add perl6-xml-writer. |
Date: |
Tue, 12 Mar 2019 16:21:34 -0400 (EDT) |
efraim pushed a commit to branch wip-perl6
in repository guix.
commit 33e016eeecafe8b690b7ca13dea94fe6b118244f
Author: Efraim Flashner <address@hidden>
Date: Sun Mar 10 16:55:03 2019 +0200
gnu: Add perl6-xml-writer.
* gnu/packages/perl6.scm (perl6-xml-writer): New variable.
---
gnu/packages/perl6.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 08f5f86..04e0419 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -501,6 +501,30 @@ some confidence that they have a working distribution META
description file.")
character numbering.")
(license license:artistic2.0)))
+(define-public perl6-xml-writer
+ ;; Last commit was May 2017
+ (let ((commit "4d30a9d8e06033ca97387971b653817becd5a759")
+ (revision "1"))
+ (package
+ (name "perl6-xml-writer")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/masak/xml-writer")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1kwrf7akp70kyzw1b90khp71a6hpilihwndy2jsjpffcd4hd4m4z"))))
+ (build-system rakudo-build-system)
+ (arguments '(#:with-zef? #f))
+ (home-page "https://github.com/masak/xml-writer")
+ (synopsis "Perl 6 module to generate XML")
+ (description "@code{XML::Writer} is a module for creating XML in Perl
6.")
+ (license license:artistic2.0))))
+
(define-public perl6-zef
(package
(name "perl6-zef")
- 12/25: gnu: Add perl6-json-class., (continued)
- 12/25: gnu: Add perl6-json-class., guix-commits, 2019/03/12
- 25/25: gnu: Add perl6-json., guix-commits, 2019/03/12
- 18/25: gnu: Add perl6-svg-plot., guix-commits, 2019/03/12
- 24/25: gnu: Add perl6-mime-base64., guix-commits, 2019/03/12
- 22/25: gnu: Add perl6-grammar-profiler-simple., guix-commits, 2019/03/12
- 06/25: gnu: Add perl6-zef., guix-commits, 2019/03/12
- 10/25: gnu: Add perl6-json-unmarshal., guix-commits, 2019/03/12
- 09/25: gnu: Add perl6-json-name., guix-commits, 2019/03/12
- 05/25: gnu: Add perl6-tap-harness., guix-commits, 2019/03/12
- 15/25: gnu: Add perl6-test-meta., guix-commits, 2019/03/12
- 16/25: gnu: Add perl6-xml-writer.,
guix-commits <=
- 23/25: gnu: Add perl6-grammar-debugger., guix-commits, 2019/03/12
- 17/25: gnu: Add perl6-svg., guix-commits, 2019/03/12
- 21/25: gnu: Add perl6-test-mock., guix-commits, 2019/03/12
- 04/25: build: Add rakudo-build-system., guix-commits, 2019/03/12
- 13/25: gnu: Add perl6-meta6., guix-commits, 2019/03/12
- 11/25: gnu: Add perl6-json-marshal., guix-commits, 2019/03/12
- 19/25: gnu: Add perl6-terminal-ansicolor., guix-commits, 2019/03/12
- 20/25: gnu: Add perl6-oo-monitors., guix-commits, 2019/03/12