GNU bug report logs -
#33753
[PATCH 1/3] gnu: Add stumpwm-contrib.
Previous Next
Reported by: Nam Nguyen <namn <at> berkeley.edu>
Date: Sat, 15 Dec 2018 02:07:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #44 received at 33753 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp.scm (sbcl-percent-encoding): New variable.
---
gnu/packages/lisp.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 4fb9a8a00..5d99c7dfb 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1495,6 +1495,30 @@ the string into one of the standard Common Lisp number types, if possible, or
else @code{parse-number} signals an error of type @code{invalid-number}.")
(license license:bsd-3)))
+(define-public sbcl-percent-encoding
+ (package
+ (name "sbcl-percent-encoding")
+ (version "20121013")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://beta.quicklisp.org/archive/percent-encoding/"
+ "2012-10-13/percent-encoding-"
+ version "-git.tgz"))
+ (sha256
+ (base32
+ "1dlf77c1iha1d7h6fzmv090mf8p6w20fqjrd5zcbh2kiicyabhfb"))))
+ (inputs
+ `(("sbcl-anaphora" ,sbcl-anaphora)
+ ("sbcl-babel" ,sbcl-babel)
+ ("sbcl-fiveam" ,sbcl-fiveam)))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://common-lisp.net/project/percent-encoding/")
+ (synopsis "Library for percent-encoding (URI encoding) for Common Lisp")
+ (description "@code{percent-encoding} is a URI encoding library for
+Common Lisp, as defined in RFC 3986.")
+ (license license:expat)))
+
(define-public sbcl-iterate
(package
(name "sbcl-iterate")
--
2.20.1
This bug report was last modified 5 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.