mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Add perl-memoize.
* gnu/packages/perl.scm (perl-memoize): New variable.
This commit is contained in:
parent
0d5c19452f
commit
e147856397
1 changed files with 19 additions and 0 deletions
|
@ -4760,6 +4760,25 @@ (define-public perl-mailtools
|
||||||
@end table")
|
@end table")
|
||||||
(license perl-license)))
|
(license perl-license)))
|
||||||
|
|
||||||
|
(define-public perl-memoize
|
||||||
|
(package
|
||||||
|
(name "perl-memoize")
|
||||||
|
(version "1.03")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/M/MJ/MJD/Memoize-"
|
||||||
|
version".tgz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1wysq3wrmf1s7s3phimzn7n0dswik7x53apykzgb0l2acigwqfaj"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Memoize/")
|
||||||
|
(synopsis "Make functions faster by trading space for time")
|
||||||
|
(description "This package transparently speeds up functions by caching
|
||||||
|
return values, trading space for time.")
|
||||||
|
(license perl-license)))
|
||||||
|
|
||||||
(define-public perl-memoize-expirelru
|
(define-public perl-memoize-expirelru
|
||||||
(package
|
(package
|
||||||
(name "perl-memoize-expirelru")
|
(name "perl-memoize-expirelru")
|
||||||
|
|
Loading…
Reference in a new issue