guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: Add perl-type-tiny-xs.


From: Ricardo Wurmus
Subject: 09/10: gnu: Add perl-type-tiny-xs.
Date: Tue, 24 Oct 2017 12:38:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 35aaf4b1bd146f9f0277b9484e05470ec7424738
Author: Petter <address@hidden>
Date:   Tue Oct 24 18:25:49 2017 +0200

    gnu: Add perl-type-tiny-xs.
    
    * gnu/packages/perl.scm (perl-type-tiny-xs): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/perl.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 47a1399..e1e15bd 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8715,6 +8715,27 @@ distributed as part of @code{Type::Tiny} but has since 
been spun off), and can
 be used with Moose, Mouse and Moo (or none of the above).")
     (license (package-license perl))))
 
+(define-public perl-type-tiny-xs
+  (package
+    (name "perl-type-tiny-xs")
+    (version "0.012")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append 
"mirror://cpan/authors/id/T/TO/TOBYINK/Type-Tiny-XS-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "05nbr898cvjjh1wsy55l84zasx65gijdxc6dnn558ihns8zx6gm9"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Type-Tiny-XS/";)
+    (synopsis "Provides an XS boost for some of Type::Tiny's built-in type 
constraints")
+    (description "This module is optionally used by @code{Type::Tiny} to
+provide faster, C-based implementations of some type constraints.  This
+package has only core dependencies, and does not depend on @code{Type::Tiny},
+so other data validation frameworks might also consider using it.")
+    (license perl-license)))
+
 (define-public perl-types-serialiser
   (package
     (name "perl-types-serialiser")



reply via email to

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