unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61019] [PATCH] gnu: Add cl-trivial-octet-streams.
@ 2023-01-23  4:50 Paul A. Patience
  2023-01-25  9:53 ` bug#61019: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-01-23  4:50 UTC (permalink / raw)
  To: 61019; +Cc: Paul A. Patience

* gnu/packages/lisp-xyz.scm (sbcl-trivial-octet-streams,
cl-trivial-octet-streams, ecl-trivial-octet-streams): New variables.
---
 gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 495a4110a1..d2e7aae757 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8418,6 +8418,35 @@ (define-public cl-bst
 (define-public ecl-bst
   (sbcl-package->ecl-package sbcl-bst))

+(define-public sbcl-trivial-octet-streams
+  (let ((commit "bc5d398b18549fd42e9c2a365df28ad865f1b85d")
+        (revision "0"))
+    (package
+      (name "sbcl-trivial-octet-streams")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/sharplispers/trivial-octet-streams")
+               (commit commit)))
+         (file-name (git-file-name "cl-trivial-octet-streams" version))
+         (sha256
+          (base32 "0ysnsarlzynb7jf4b63b6kkxjancxc66jwmn0sb3vxyh87siiv6n"))))
+      (build-system asdf-build-system/sbcl)
+      (home-page "https://github.com/sharplispers/trivial-octet-streams")
+      (synopsis "In-memory octet streams for Common Lisp")
+      (description
+       "TRIVIAL-OCTET-STREAMS is a Common Lisp library implementing in-memory
+octet streams analogous to string streams.")
+      (license license:bsd-3))))
+
+(define-public cl-trivial-octet-streams
+  (sbcl-package->cl-source-package sbcl-trivial-octet-streams))
+
+(define-public ecl-trivial-octet-streams
+  (sbcl-package->ecl-package sbcl-trivial-octet-streams))
+
 (define-public sbcl-cl-octet-streams
   (package
     (name "sbcl-cl-octet-streams")
--
2.38.1






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

* bug#61019: [PATCH] gnu: Add cl-trivial-octet-streams.
  2023-01-23  4:50 [bug#61019] [PATCH] gnu: Add cl-trivial-octet-streams Paul A. Patience
@ 2023-01-25  9:53 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-01-25  9:53 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 61019-done

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

Patch pushed as 0b9aea07d2d93de4c454d8e8ec39fa6ae8da2fd4.
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:[~2023-01-25  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23  4:50 [bug#61019] [PATCH] gnu: Add cl-trivial-octet-streams Paul A. Patience
2023-01-25  9:53 ` bug#61019: " 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).