GNU bug report logs - #66318
[PATCH 0/3] Add HELambdaP

Previous Next

Package: guix-patches;

Reported by: Gabriel Hondet <gabriel.hondet <at> cominety.net>

Date: Tue, 3 Oct 2023 07:10:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 66318 <at> debbugs.gnu.org (full text, mbox):

From: Gabriel Hondet <gabriel.hondet <at> cominety.net>
To: 66318 <at> debbugs.gnu.org
Cc: Gabriel Hondet <koizel+dev <at> simplelogin.com>
Subject: [PATCH 2/3] [PATCH] gnu: add sbcl-clad
Date: Sun,  8 Oct 2023 19:27:43 +0200
From: Gabriel Hondet <koizel+dev <at> simplelogin.com>

---
 gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 003abe6f9c..79a96988f5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10596,6 +10596,34 @@ (define-public sbcl-xhtmlambda
 (define-public cl-xhtmlambda
   (sbcl-package->cl-source-package sbcl-xhtmlambda))
 
+(define-public sbcl-clad
+  (let ((commit "1ff6f417d4ee3836d1edd96923d4b03f3cafa849"))
+    (package
+      (name "sbcl-clad")
+      (version
+       ;; There's no version, but there's a timestamp
+       (git-version "2023-01-21" "0" commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://gitlab.common-lisp.net/mantoniotti/CLAD")
+               (commit commit)))
+         (sha256
+          (base32 "184mhdq7pxd6hd4rzv8z4lfbwnkyhgm5bdn3xsqaav2j0d1dqm6i"))))
+      (build-system asdf-build-system/sbcl)
+      (synopsis "CLAD is a library providing \"standard\" locations on the
+file system")
+      (description
+       "The Common Lisp Application Directories (CLAD) library is
+a simple API collection that provides access to a set of \"standard\" Common
+Lisp folders on a \"per-application\" or \"per-library\" basis.")
+      (license license:expat) ;the mit-modern-variant is used
+      (home-page "https://gitlab.common-lisp.net/mantoniotti/CLAD"))))
+
+(define-public cl-clad
+  (sbcl-package->cl-source-package sbcl-clad))
+
 (define-public sbcl-plump
   (let ((commit "0c3e0b57b43b6e0c5794b6a902f1cf5bee2a2927")
         (revision "3"))
-- 
2.41.0





This bug report was last modified 1 year and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.