GNU bug report logs -
#73272
[PATCH] gnu: Add sbcl-utf8-input-stream.
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 15 Sep 2024 09:00:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73272: [PATCH] gnu: Add sbcl-utf8-input-stream.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73272 <at> debbugs.gnu.org.
--
73272: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73272
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Patch applied as 0054e16886ed3b1358867ee4e19b665d79d67fdb.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (sbcl-utf8-input-stream): New variable.
Change-Id: Ifadfa8d8f2458fc1ff0f1f809682cd8805c6c077
---
gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e0dea522e..06f4b313b6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -30433,6 +30433,36 @@ (define-public cl-usocket
(define-public ecl-usocket
(sbcl-package->ecl-package sbcl-usocket))
+(define-public sbcl-utf8-input-stream
+ (let ((commit "d33b57a4d439c2f0877e5513be45eb6940d92c68")
+ (revision "0"))
+ (package
+ (name "sbcl-utf8-input-stream")
+ (version (git-version "0.0.1" "1" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/veer66/utf8-input-stream")
+ (commit commit)))
+ (file-name (git-file-name "cl-utf8-input-stream" version))
+ (sha256
+ (base32 "06fk8fsz9nngdfjymg93h1l5m4yhfg4w8as68zlaj698xf9ry3i5"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-babel sbcl-trivial-gray-streams))
+ (home-page "https://github.com/veer66/utf8-input-stream")
+ (synopsis "UTF-8 string input stream over a binary stream for Common
+Lisp")
+ (description "This package provides a UTF-8 string input stream over a
+binary stream for Common Lisp.")
+ (license license:expat))))
+
+(define-public cl-utf8-input-stream
+ (sbcl-package->cl-source-package sbcl-utf8-input-stream))
+
+(define-public ecl-utf8-input-stream
+ (sbcl-package->ecl-package sbcl-utf8-input-stream))
+
(define-public sbcl-utils-kt
(let ((commit "4adfe2889036ab5ffdd3cc2182ca2cc692bf11ff"))
(package
base-commit: 66611696975409a52478b95a862a464daeaefe2a
--
2.46.0
This bug report was last modified 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.