[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/38: ansi-text (FIX)
From: |
Pierre Neidhardt |
Subject: |
23/38: ansi-text (FIX) |
Date: |
Tue, 2 Oct 2018 14:00:12 -0400 (EDT) |
ambrevar pushed a commit to branch wip-next-browser
in repository guix.
commit d514aac018ae7b488a08fc3eeca12c5278f8ad61
Author: Pierre Neidhardt <address@hidden>
Date: Mon Oct 1 22:35:30 2018 +0200
ansi-text (FIX)
---
gnu/packages/lisp.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index f45f8a6..6b5f06c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2421,11 +2421,16 @@ This library is no longer supported by its author.")
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)
- ("fiveam" ,sbcl-fiveam)
("cl-colors" ,sbcl-cl-colors)))
- (synopsis "Enables ANSI colors for printing")
+ (native-inputs
+ `(("fiveam" ,sbcl-fiveam)))
+ (synopsis "ANSI terminal color implementation for Common Lisp")
(description
- "Because color in your terminal is nice.")
+ "@command{cl-ansi-text} provides utilities which enable printing to an
+ANSI terminal with colored text. It provides the macro @command{with-color}
+which causes everything printed in the body to be displayed with the provided
+color. It further provides functions which will print the argument with the
+named color.")
(home-page "https://github.com/pnathan/cl-ansi-text")
;; REVIEW: The actual license is LLGPL. Should we add it to Guix?
(license license:lgpl3+))))
- 31/38: gnu: Add queues.priority-queue., (continued)
- 31/38: gnu: Add queues.priority-queue., Pierre Neidhardt, 2018/10/02
- 08/38: gnu: Add cl-colors., Pierre Neidhardt, 2018/10/02
- 15/38: cl-string-match (FIX), Pierre Neidhardt, 2018/10/02
- 19/38: anaphora (FIX), Pierre Neidhardt, 2018/10/02
- 14/38: gnu: Add simple-scanf., Pierre Neidhardt, 2018/10/02
- 30/38: gnu: Add queues.simple-cqueue., Pierre Neidhardt, 2018/10/02
- 16/38: Revert "build-system/asdf: Fix normalize-string to support versioned dependencies", Pierre Neidhardt, 2018/10/02
- 27/38: gnu: Add puri., Pierre Neidhardt, 2018/10/02
- 26/38: gnu: Add ptester., Pierre Neidhardt, 2018/10/02
- 34/38: gnu: Add sbcl-cffi-toolchain., Pierre Neidhardt, 2018/10/02
- 23/38: ansi-text (FIX),
Pierre Neidhardt <=
- 25/38: prove (FIX), Pierre Neidhardt, 2018/10/02
- 32/38: gnu: Add queues.priority-cqueue., Pierre Neidhardt, 2018/10/02
- 37/38: gnu: Add sbcl-cffi., Pierre Neidhardt, 2018/10/02
- 33/38: gnu: Add sbcl-cffi-bootstrap., Pierre Neidhardt, 2018/10/02
- 38/38: next-browser (FIX), Pierre Neidhardt, 2018/10/02
- 36/38: gnu: Add sbcl-cffi-grovel., Pierre Neidhardt, 2018/10/02
- 22/38: cl-colors (FIX), Pierre Neidhardt, 2018/10/02
- 35/38: gnu: Add sbcl-cffi-libffi., Pierre Neidhardt, 2018/10/02