[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/67: gnu: Add cl-colors.
From: |
Pierre Neidhardt |
Subject: |
32/67: gnu: Add cl-colors. |
Date: |
Wed, 17 Oct 2018 04:20:17 -0400 (EDT) |
ambrevar pushed a commit to branch wip-next-browser2
in repository guix.
commit 0da293a36216a3fbcc0a2abc7122123390ad9397
Author: Pierre Neidhardt <address@hidden>
Date: Mon Oct 1 15:30:21 2018 +0200
gnu: Add cl-colors.
* gnu/packages/lisp.scm (cl-colors, ecl-cl-colors, sbcl-cl-colors): New
variables.
---
gnu/packages/lisp.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 0a21863..3508176 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2446,6 +2446,47 @@ extension of let*. It features:
(define-public ecl-let-plus
(sbcl-package->ecl-package sbcl-let-plus))
+(define-public sbcl-cl-colors
+ (let ((commit "827410584553f5c717eec6182343b7605f707f75"))
+ (package
+ (name "sbcl-cl-colors")
+ (version (git-version "0.0.0" "1" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tpapp/cl-colors")
+ (commit commit)))
+ (sha256
+ (base32
+ "0l446lday4hybsm9bq3jli97fvv8jb1d33abg79vbylpwjmf3y9a"))
+ (file-name (git-file-name "cl-colors" version))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ `(("alexandria" ,sbcl-alexandria)
+ ("let-plus" ,sbcl-let-plus)))
+ (synopsis "Simple color library for Common Lisp")
+ (description
+ "This is a very simple color library for Common Lisp, providing
+
address@hidden
address@hidden Types for representing colors in HSV and RGB spaces.
address@hidden Simple conversion functions between the above types (and also
+hexadecimal representation for RGB).
address@hidden Some predefined colors (currently X11 color names – of course the
+library does not depend on X11).Because color in your terminal is nice.
address@hidden itemize
+
+This library is no longer supported by its author.")
+ (home-page "https://github.com/tpapp/cl-colors")
+ (license license:boost1.0))))
+
+(define-public cl-colors
+ (sbcl-package->cl-source-package sbcl-cl-colors))
+
+(define-public ecl-cl-colors
+ (sbcl-package->ecl-package sbcl-cl-colors))
+
(define-public sbcl-ascii-strings
(let ((revision "1")
(changeset "5048480a61243e6f1b02884012c8f25cdbee6d97"))
- 22/67: gnu: Add mgl-pax., (continued)
- 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, 2018/10/17
- 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 <=
- 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
- 49/67: gnu: Add sbcl-cffi-grovel., Pierre Neidhardt, 2018/10/17
- 48/67: gnu: Add sbcl-cffi-libffi., Pierre Neidhardt, 2018/10/17
- 39/67: gnu: Add ptester., Pierre Neidhardt, 2018/10/17
- 37/67: gnu: Add parse-float., Pierre Neidhardt, 2018/10/17