mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add cl-trivial-rfc-1123.
* gnu/packages/lisp-xyz.scm (cl-trivial-rfc-1123, ecl-trivial-rfc-1123, sbcl-trivial-rfc-1123): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
7f1f78c946
commit
c8b3b7fe5a
1 changed files with 30 additions and 0 deletions
|
@ -6415,6 +6415,36 @@ (define-public cl-circular-streams
|
||||||
(define-public ecl-circular-streams
|
(define-public ecl-circular-streams
|
||||||
(sbcl-package->ecl-package sbcl-circular-streams))
|
(sbcl-package->ecl-package sbcl-circular-streams))
|
||||||
|
|
||||||
|
(define-public sbcl-trivial-rfc-1123
|
||||||
|
(let ((commit "9ef59c3fdec08b0e3c9ed02d39533887b6d1b8e3")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "sbcl-trivial-rfc-1123")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/stacksmith/trivial-rfc-1123")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name "cl-trivial-rfc-1123" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1w4ywpj10fnp7cya62dzlxlg8nyk4lppn2pnmfixsndwr4ib1h6x"))))
|
||||||
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(arguments `(#:asd-systems '("trivial-rfc-1123")))
|
||||||
|
(inputs (list sbcl-cl-ppcre))
|
||||||
|
(home-page "https://github.com/stacksmith/trivial-rfc-1123")
|
||||||
|
(synopsis "Parse and print RFC-1123 timestamps")
|
||||||
|
(description
|
||||||
|
"This package parses and prints dates in RFC-1123 format.")
|
||||||
|
(license license:bsd-3))))
|
||||||
|
|
||||||
|
(define-public cl-trivial-rfc-1123
|
||||||
|
(sbcl-package->cl-source-package sbcl-trivial-rfc-1123))
|
||||||
|
|
||||||
|
(define-public ecl-trivial-rfc-1123
|
||||||
|
(sbcl-package->ecl-package sbcl-trivial-rfc-1123))
|
||||||
|
|
||||||
(define-public sbcl-lack
|
(define-public sbcl-lack
|
||||||
(let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
|
(let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue