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

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

bug#53732: closed ([PATCH] gnu: Add cl-css-lite.)


From: GNU bug Tracking System
Subject: bug#53732: closed ([PATCH] gnu: Add cl-css-lite.)
Date: Thu, 03 Feb 2022 09:47:02 +0000

Your message dated Thu, 03 Feb 2022 09:45:31 +0000
with message-id <87czk4wads.fsf@kitej>
and subject line Re: [bug#53732] [PATCH] gnu: Add cl-css-lite.
has caused the debbugs.gnu.org bug report #53732,
regarding [PATCH] gnu: Add cl-css-lite.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53732: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53732
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add cl-css-lite. Date: Wed, 2 Feb 2022 13:34:31 -0500
* gnu/packages/lispy-xyz.scm (cl-css-lite): New variable.
---
 gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 25fa21f70f..f686570baa 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20324,6 +20324,39 @@ (define-public cl-phos
 (define-public ecl-phos
   (sbcl-package->ecl-package sbcl-phos))
 
+(define-public sbcl-css-lite
+  (let ((commit "6ee4e6212ed56943d665df163d2a834b122e6273")
+        (revision "0"))
+    (package
+      (name "sbcl-css-lite")
+      (version "0.01")
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                (url "https://github.com/paddymul/css-lite";)
+                (commit commit)))
+          (sha256
+           (base32 "1lyvw7hcy09k5qs6icky23s13psqxncyc73hdyiimb66p0jx6k0d"))
+          (file-name (git-file-name name commit))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       `(#:asd-files '("css-lite.asd")))
+      (home-page "https://github.com/paddymul/css-lite";)
+      (synopsis "CSS grammar for Lisp")
+      (description
+"@code{cl-css-lite} is a library for generating CSS from an s-exp based
+syntax.  When compiled with Parenscript loaded in the Lisp image, it
+also provides the same CSS generation facilities in Parenscript-generated
+JavaScript code.")
+      (license license:bsd-3))))
+
+(define-public cl-css-lite
+  (sbcl-package->cl-source-package sbcl-css-lite))
+
+(define-public ecl-css-lite
+  (sbcl-package->ecl-package sbcl-css-lite))
+
 (define-public sbcl-nhooks
   (package
     (name "sbcl-nhooks")
-- 
2.35.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53732] [PATCH] gnu: Add cl-css-lite. Date: Thu, 03 Feb 2022 09:45:31 +0000
Patch pushed as 9dbbf4ba48e5fa416261b3010567064d04d106c6 with a few
modifications.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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