mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add cl-ecclesia.
* gnu/packages/lisp-xyz.scm (cl-ecclesia, ecl-ecclesia, sbcl-ecclesia): New variables. Change-Id: I6bbd03a106df1997cb8b6ba477e0f13e6dd5b583
This commit is contained in:
parent
3104c70fae
commit
461d773ade
1 changed files with 29 additions and 0 deletions
|
@ -697,6 +697,35 @@ weight, temperature, names of physical quantitites, etc.")
|
||||||
(define-public ecl-acclimation
|
(define-public ecl-acclimation
|
||||||
(sbcl-package->ecl-package sbcl-acclimation))
|
(sbcl-package->ecl-package sbcl-acclimation))
|
||||||
|
|
||||||
|
(define-public sbcl-ecclesia
|
||||||
|
(let ((commit "605debb6f28f120243da66c281274011e292ce46"))
|
||||||
|
(package
|
||||||
|
(name "sbcl-ecclesia")
|
||||||
|
(version (git-version "0.0.0" "0" commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/s-expressionists/Ecclesia")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0lmy03lqk82301b86pli9qd6493q6fr7vd5h29j4gwc778awbmf5"))))
|
||||||
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(inputs (list sbcl-acclimation))
|
||||||
|
(home-page "https://github.com/s-expressionists/Ecclesia")
|
||||||
|
(synopsis "Utilities for parsing Lisp code")
|
||||||
|
(description "This library contains utilities for parsing Common Lisp
|
||||||
|
code.")
|
||||||
|
(license license:bsd-2))))
|
||||||
|
|
||||||
|
(define-public cl-ecclesia
|
||||||
|
(sbcl-package->cl-source-package sbcl-ecclesia))
|
||||||
|
|
||||||
|
(define-public ecl-ecclesia
|
||||||
|
(sbcl-package->ecl-package sbcl-ecclesia))
|
||||||
|
|
||||||
(define-public sbcl-acl-compat
|
(define-public sbcl-acl-compat
|
||||||
;; There does not seem to be proper releases.
|
;; There does not seem to be proper releases.
|
||||||
(let ((commit "cac1d6920998ddcbee8310a873414732e707d8e5"))
|
(let ((commit "cac1d6920998ddcbee8310a873414732e707d8e5"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue