From: Foo Chuan Wei <chuanwei.foo@hotmail.com>
To: 51913@debbugs.gnu.org
Subject: [bug#51913] [PATCH] gnu: Add cl-binascii.
Date: Wed, 17 Nov 2021 05:40:43 +0000 [thread overview]
Message-ID: <PU1PR01MB21552C6186FA4DD41C92E7428D9A9@PU1PR01MB2155.apcprd01.prod.exchangelabs.com> (raw)
* gnu/packages/lisp-xyz.scm (cl-binascii, ecl-binascii, sbcl-binascii):
New variables.
---
gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4b17c173c9..39325d2f6b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17879,6 +17879,40 @@ RSS feeds data via HTTP. Currently, it supports RSS versions 0.90,
(define-public cl-rss
(sbcl-package->cl-source-package sbcl-rss))
+(define-public sbcl-binascii
+ (let ((commit "0fb0a9e5773148fd04d50efef08c1cc10f6fc487")
+ (revision "1"))
+ (package
+ (name "sbcl-binascii")
+ (version (git-version "1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/froydnj/binascii")
+ (commit commit)))
+ (file-name (git-file-name "cl-binascii" version))
+ (sha256
+ (base32 "000rcdl8qshr7n48zq9bzrc4lkjx4ylb3r3w9x9syhiwfla9j4b7"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://github.com/froydnj/binascii")
+ (synopsis "Common Lisp library of ASCII encoding schemes for binary data")
+ (description
+ "@code{binascii} is a Common Lisp library for converting binary data
+to ASCII text of some kind. Such conversions are common in email protocols
+(for encoding attachments to support old non-8-bit clean transports) or
+encoding binary data in HTTP and XML applications. @code{binascii} supports
+the encodings described in RFC 4648: base64, base32, base16, and variants.
+It also supports base85, used in Adobe's PostScript and PDF document formats,
+and a variant called ascii85, used by git for binary diff files.")
+ (license license:bsd-3))))
+
+(define-public cl-binascii
+ (sbcl-package->cl-source-package sbcl-binascii))
+
+(define-public ecl-binascii
+ (sbcl-package->ecl-package sbcl-binascii))
+
(define-public sbcl-trivial-with-current-source-form
(let ((commit "9e343e043a77a5478c1f77bb626db22335fbbfb8")
(revision "1"))
base-commit: 02a67810e566e8402e0b927c81ae39391762767d
--
2.25.1
next reply other threads:[~2021-11-17 5:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-17 5:40 Foo Chuan Wei [this message]
2021-11-18 6:04 ` [bug#51913] [PATCH] gnu: Add cl-binascii Foo Chuan Wei
2021-11-20 14:02 ` Guillaume Le Vaillant
2021-12-10 14:20 ` Ludovic Courtès
2022-09-05 12:09 ` bug#51913: " Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PU1PR01MB21552C6186FA4DD41C92E7428D9A9@PU1PR01MB2155.apcprd01.prod.exchangelabs.com \
--to=chuanwei.foo@hotmail.com \
--cc=51913@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.