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

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

bug#39568: closed ([PATCH] gnu: Add cl-gtype.)


From: GNU bug Tracking System
Subject: bug#39568: closed ([PATCH] gnu: Add cl-gtype.)
Date: Wed, 12 Feb 2020 09:12:02 +0000

Your message dated Wed, 12 Feb 2020 10:10:59 +0100
with message-id <87k14s2msc.fsf@yamatai>
and subject line Re: [bug#39568] [PATCH] gnu: Add cl-gtype.
has caused the debbugs.gnu.org bug report #39568,
regarding [PATCH] gnu: Add cl-gtype.
to be marked as done.

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


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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3d38cabf0c..bf86c608d0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10503,3 +10503,43 @@ additional form that is considered as a candidate for 
a constant.")
 
 (define-public cl-constantfold
   (sbcl-package->cl-source-package sbcl-constantfold))
+
+(define-public sbcl-gtype
+  (let ((commit "42275e3606242ae91e9c8dfa30c18ced50a35b66")
+        (revision "1"))
+    (package
+      (name "sbcl-gtype")
+      (version "0.1")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/numcl/gtype.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1f56dba998v945jcxhha391557n6md1ql25b7icfwwfivhmlaa9b"))))
+      (build-system asdf-build-system/sbcl)
+      (synopsis "C++/Julia-like parametric types in CL")
+      (description
+       "Support library for numcl that provides Julia-like runtime
+parametric type correctness in CL,  Based on CLtL2 extensions.")
+      (home-page "https://github.com/numcl/gtype";)
+      (license license:lgpl3+)
+      (inputs
+       `(("trivialib.type-unify" ,sbcl-trivialib-type-unify)
+         ("trivial-cltl2" ,sbcl-trivial-cltl2)
+         ("trivia" ,sbcl-trivia)
+         ("alexandria" ,sbcl-alexandria)
+         ("iterate" ,sbcl-iterate)
+         ("type-r" ,sbcl-type-r)))
+      (native-inputs
+       `(("fiveam" ,sbcl-fiveam)))
+      (arguments
+       `(#:asd-system-name "gtype"
+         #:asd-file "gtype.asd"
+         #:test-asd-file "gtype.test.asd")))))
+
+(define-public cl-gtype
+  (sbcl-package->cl-source-package sbcl-gtype))
-- 
2.25.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39568] [PATCH] gnu: Add cl-gtype. Date: Wed, 12 Feb 2020 10:10:59 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Pushed as 5ce7d1861a18a93f10cfb97669ce6917f9f63c29. Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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