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

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

bug#46897: closed ([PATCH 8/9] - added percent encoding, percent encode


From: GNU bug Tracking System
Subject: bug#46897: closed ([PATCH 8/9] - added percent encoding, percent encode string library for common lisp.)
Date: Thu, 04 Mar 2021 10:19:03 +0000

Your message dated Thu, 04 Mar 2021 11:18:29 +0100
with message-id <87a6rj6x3e.fsf@yamatai>
and subject line Re: [bug#46890] [PATCH 1/9] - added Croatoan, lisp ncurses 
wrapper.
has caused the debbugs.gnu.org bug report #46890,
regarding [PATCH 8/9] - added percent encoding, percent encode string library 
for common lisp.
to be marked as done.

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


-- 
46890: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46890
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 8/9] - added percent encoding, percent encode string library for common lisp. Date: Wed, 3 Mar 2021 16:24:34 +0100
---
 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 3c770c355e..d0699fa57a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15024,3 +15024,36 @@ protocol for Mastodon.")
 
 (define-public cl-html5-parser
   (sbcl-package->cl-source-package sbcl-cl-html5-parser))
+
+(define-public sbcl-percent-encoding
+  (let ((commit "c1224e22bc8048fbd3ebbc9329715a0c1b673170")
+        (revision "1"))
+    (package
+      (name "sbcl-percent-encoding")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/llibra/percent-encoding";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0q1lh3sa6mkjr5gcdkgimkpc29rgf9cjhv90f61h8ridj28grq0h"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:asd-systems '("percent-encoding")))
+      (inputs
+       `(("sbcl-fiveam"   ,sbcl-fiveam)
+         ("sbcl-anaphora" ,sbcl-anaphora)
+         ("sbcl-babel" ,sbcl-babel)))
+      (synopsis "RFC 3986 percent-encoding library")
+      (description "RFC 3986 percent-encoding library")
+      (home-page "https://github.com/llibra/percent-encoding";)
+      (license license:x11))))
+
+(define-public ecl-percent-encoding
+  (sbcl-package->ecl-package sbcl-percent-encoding))
+
+(define-public cl-percent-encoding
+  (sbcl-package->cl-source-package sbcl-percent-encoding))
-- 
2.30.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46890] [PATCH 1/9] - added Croatoan, lisp ncurses wrapper. Date: Thu, 04 Mar 2021 11:18:29 +0100 User-agent: mu4e 1.4.15; emacs 27.1
Patch pushed as 8768df2ec03fc67e2acbc33b61fabc412fd75e0b with some
modifications.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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