guix-commits
[Top][All Lists]
Advanced

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

40/82: gnu: Add Set-Infinite.


From: Eric Bavier
Subject: 40/82: gnu: Add Set-Infinite.
Date: Mon, 20 Apr 2015 01:02:38 +0000

bavier pushed a commit to branch master
in repository guix.

commit 23c28360419fb4c2577b78bd67e9be59a84598fd
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 6 22:43:39 2015 -0500

    gnu: Add Set-Infinite.
    
    * gnu/packages/perl.scm (perl-set-infinite): New variable.
---
 gnu/packages/perl.scm |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index bc845f0..11efa8c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3567,6 +3567,24 @@ of execution is aborted prematurely.  This effectively 
allows lexically-scoped
 collector.")
     (license (package-license perl))))
 
+(define-public perl-set-infinite
+  (package
+    (name "perl-set-infinite")
+    (version "0.65")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/F/FG/FGLOCK/"
+                           "Set-Infinite-" version ".tar.gz"))
+       (sha256
+        (base32
+         "07vyp0jpndcxkbyjk432nillxxk22wrmm2rs985y8ba96h3qig07"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Set-Infinite";)
+    (synopsis "Infinite sets")
+    (description "Set::Infinite is a set theory module for infinite sets.")
+    (license (package-license perl))))
+
 (define-public perl-spiffy
   (package
     (name "perl-spiffy")



reply via email to

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