mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add Set-Object.
* gnu/packages/perl.scm (perl-set-object): New variable.
This commit is contained in:
parent
8b9ec354ed
commit
1937e38d06
1 changed files with 22 additions and 0 deletions
|
@ -4095,6 +4095,28 @@ (define-public perl-set-infinite
|
||||||
(description "Set::Infinite is a set theory module for infinite sets.")
|
(description "Set::Infinite is a set theory module for infinite sets.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-set-object
|
||||||
|
(package
|
||||||
|
(name "perl-set-object")
|
||||||
|
(version "1.35")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
|
||||||
|
"Set-Object-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rqf11274s3h17jgbimmg47k4fmayifajqwaa6lgm0z5qdy4v6hq"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("perl-moose" ,perl-moose)
|
||||||
|
("perl-test-leaktrace" ,perl-test-leaktrace)))
|
||||||
|
(home-page "http://search.cpan.org/dist/Set-Object")
|
||||||
|
(synopsis "Unordered collections of Perl Objects")
|
||||||
|
(description "Set::Object provides efficient sets, unordered collections
|
||||||
|
of Perl objects without duplicates for scalars and references.")
|
||||||
|
(license artistic2.0)))
|
||||||
|
|
||||||
(define-public perl-set-scalar
|
(define-public perl-set-scalar
|
||||||
(package
|
(package
|
||||||
(name "perl-set-scalar")
|
(name "perl-set-scalar")
|
||||||
|
|
Loading…
Reference in a new issue