me
/
guix
Archived
1
0
Fork 0

gnu: Add perl-set-intspan.

* gnu/packages/perl.scm (perl-set-intspan): New variable.
master
Roel Janssen 2018-04-04 15:58:18 +02:00
parent 0d0cf3b0f6
commit bd468c975d
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 19 additions and 0 deletions

View File

@ -7139,6 +7139,25 @@ collector.")
(description "Set::Infinite is a set theory module for infinite sets.")
(license (package-license perl))))
(define-public perl-set-intspan
(package
(name "perl-set-intspan")
(version "1.19")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/S/SW/SWMCD/Set-IntSpan-"
version ".tar.gz"))
(sha256
(base32
"1l6znd40ylzvfwl02rlqzvakv602rmvwgm2xd768fpgc2fdm9dqi"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Set-IntSpan/")
(synopsis "Manage sets of integers")
(description "@code{Set::IntSpan} manages sets of integers. It is
optimized for sets that have long runs of consecutive integers.")
(license perl-license)))
(define-public perl-set-object
(package
(name "perl-set-object")