unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73272] [PATCH] gnu: Add sbcl-utf8-input-stream.
@ 2024-09-15  8:58 Roman Scherer
  2024-09-18 12:43 ` bug#73272: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Scherer @ 2024-09-15  8:58 UTC (permalink / raw)
  To: 73272
  Cc: Roman Scherer, Guillaume Le Vaillant, Katherine Cox-Buday,
	Munyoki Kilyungi, Sharlatan Hellseher, jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73272: [PATCH] gnu: Add sbcl-utf8-input-stream.
  2024-09-15  8:58 [bug#73272] [PATCH] gnu: Add sbcl-utf8-input-stream Roman Scherer
@ 2024-09-18 12:43 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-09-18 12:43 UTC (permalink / raw)
  To: Roman Scherer; +Cc: 73272-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Patch applied as 0054e16886ed3b1358867ee4e19b665d79d67fdb.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-18 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15  8:58 [bug#73272] [PATCH] gnu: Add sbcl-utf8-input-stream Roman Scherer
2024-09-18 12:43 ` bug#73272: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).