emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39561: closed ([PATCH] gnu: Add cl-type-r.)


From: GNU bug Tracking System
Subject: bug#39561: closed ([PATCH] gnu: Add cl-type-r.)
Date: Tue, 11 Feb 2020 13:42:02 +0000

Your message dated Tue, 11 Feb 2020 14:41:44 +0100
with message-id <87a75pfdgn.fsf@yamatai>
and subject line Re: [bug#39561] [PATCH] gnu: Add cl-type-r.
has caused the debbugs.gnu.org bug report #39561,
regarding [PATCH] gnu: Add cl-type-r.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39561: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39561
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add cl-type-r. Date: Tue, 11 Feb 2020 09:56:42 +0100
* gnu/packages/lisp-xyz.scm (sbcl-type-r, cl-type-r): New variables.
---
 gnu/packages/lisp-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 92d11f779c..cac2d343c4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10377,3 +10377,40 @@ caching based on arguments (an expanded form of 
memoization).")
 
 (define-public ecl-function-cache
   (sbcl-package->ecl-package sbcl-function-cache))
+
+(define-public sbcl-type-r
+  (let ((commit "83c89e38f2f7a7b16f1012777ecaf878cfa6a267")
+        (revision "1"))
+    (package
+      (name "sbcl-type-r")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/guicho271828/type-r.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1arsxc2539rg8vbrdirz4xxj1b06mc6g6rqndz7a02g127qvk2sm"))))
+      (build-system asdf-build-system/sbcl)
+      (synopsis "Parser interface for the built-in compound types defined in 
Common Lisp")
+      (description
+       "Collections of accessor functions and patterns to access
+the elements in compound type specifier, e.g. @code{dimensions} in
+@code{(array element-type dimensions)}")
+      (home-page "https://github.com/guicho271828/type-r";)
+      (license license:lgpl3+)
+      (inputs
+       `(("trivia" ,sbcl-trivia)
+         ("alexandria" ,sbcl-alexandria)))
+      (native-inputs
+       `(("fiveam" ,sbcl-fiveam)))
+      (arguments
+       `(#:asd-system-name "type-r"
+         #:asd-file "type-r.asd"
+         #:test-asd-file "type-r.test.asd")))))
+
+(define-public cl-type-r
+  (sbcl-package->cl-source-package sbcl-type-r))
-- 
2.25.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39561] [PATCH] gnu: Add cl-type-r. Date: Tue, 11 Feb 2020 14:41:44 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Pushed as e4f7ef8721fe64cd732ddc021127c0e67fc9606b. Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]