[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/67: gnu: Add anaphora.
From: |
Pierre Neidhardt |
Subject: |
29/67: gnu: Add anaphora. |
Date: |
Wed, 17 Oct 2018 04:20:16 -0400 (EDT) |
ambrevar pushed a commit to branch wip-next-browser2
in repository guix.
commit f55ceadf56409051722dbcf02a0ec18fce5e6438
Author: Pierre Neidhardt <address@hidden>
Date: Mon Oct 1 15:28:56 2018 +0200
gnu: Add anaphora.
* gnu/packages/lisp.scm (cl-anaphora, ecl-anaphora, sbcl-anaphora): New
variables.
---
gnu/packages/lisp.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 8621e1d..39497e9 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2331,6 +2331,37 @@ testing. It is an extension of the library written by
Chris Riesbeck.")
(define-public ecl-lisp-unit
(sbcl-package->ecl-package sbcl-lisp-unit))
+(define-public sbcl-anaphora
+ (package
+ (name "sbcl-anaphora")
+ (version "0.9.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tokenrove/anaphora")
+ (commit version)))
+ (sha256
+ (base32
+ "19wfrk3asimznkli0x2rfy637hwpdgqyvwj3vhq9x7vjvyf5vv6x"))
+ (file-name (git-file-name "anaphora" version))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ `(("rt" ,sbcl-rt)))
+ (synopsis "The anaphoric macro collection from Hell")
+ (description
+ "Anaphora is the anaphoric macro collection from Hell: it includes many
+new fiends in addition to old friends like @command{aif} and
address@hidden")
+ (home-page "https://github.com/tokenrove/anaphora")
+ (license license:public-domain)))
+
+(define-public cl-anaphora
+ (sbcl-package->cl-source-package sbcl-anaphora))
+
+(define-public ecl-anaphora
+ (sbcl-package->ecl-package sbcl-anaphora))
+
(define-public sbcl-ascii-strings
(let ((revision "1")
(changeset "5048480a61243e6f1b02884012c8f25cdbee6d97"))
- 20/67: gnu: Add named-readtables., (continued)
- 20/67: gnu: Add named-readtables., Pierre Neidhardt, 2018/10/17
- 14/67: gnu: Add 3bmd., Pierre Neidhardt, 2018/10/17
- 24/67: gnu: Add cl-string-match., Pierre Neidhardt, 2018/10/17
- 23/67: gnu: Add ascii-strings., Pierre Neidhardt, 2018/10/17
- 22/67: gnu: Add mgl-pax., Pierre Neidhardt, 2018/10/17
- 21/67: gnu: Add pythonic-string-reader., Pierre Neidhardt, 2018/10/17
- 28/67: gnu: Add lisp-unit., Pierre Neidhardt, 2018/10/17
- 27/67: slime-swank (FIX), Pierre Neidhardt, 2018/10/17
- 26/67: gnu: Add sbcl-slime-swank., Pierre Neidhardt, 2018/10/17
- 34/67: gnu: Add prove-asdf., Pierre Neidhardt, 2018/10/17
- 29/67: gnu: Add anaphora.,
Pierre Neidhardt <=
- 33/67: gnu: Add cl-ansi-text., Pierre Neidhardt, 2018/10/17
- 30/67: gnu: Add lift., Pierre Neidhardt, 2018/10/17
- 25/67: mgl-pax (FIX), Pierre Neidhardt, 2018/10/17
- 32/67: gnu: Add cl-colors., Pierre Neidhardt, 2018/10/17
- 31/67: gnu: Add let-plus., Pierre Neidhardt, 2018/10/17
- 35/67: gnu: Add prove., Pierre Neidhardt, 2018/10/17
- 41/67: gnu: Add queues., Pierre Neidhardt, 2018/10/17
- 43/67: gnu: Add queues.simple-cqueue., Pierre Neidhardt, 2018/10/17
- 36/67: gnu: Add proc-parse., Pierre Neidhardt, 2018/10/17
- 50/67: gnu: Add sbcl-cffi., Pierre Neidhardt, 2018/10/17