unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roman Scherer <roman@burningswell.com>
To: 73272@debbugs.gnu.org
Cc: Roman Scherer <roman@burningswell.com>,
	Guillaume Le Vaillant <glv@posteo.net>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	jgart <jgart@dismail.de>
Subject: [bug#73272] [PATCH] gnu: Add sbcl-utf8-input-stream.
Date: Sun, 15 Sep 2024 10:58:44 +0200	[thread overview]
Message-ID: <2d35bf2cce08c9342d0800ae703062724f7f5747.1726390680.git.roman@burningswell.com> (raw)

* 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





             reply	other threads:[~2024-09-15  9:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-15  8:58 Roman Scherer [this message]
2024-09-18 12:43 ` bug#73272: [PATCH] gnu: Add sbcl-utf8-input-stream 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2d35bf2cce08c9342d0800ae703062724f7f5747.1726390680.git.roman@burningswell.com \
    --to=roman@burningswell.com \
    --cc=73272@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=glv@posteo.net \
    --cc=jgart@dismail.de \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    /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 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).