[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70147] [PATCH 17/42] gnu: Add rust-io-tee-0.1.
From: |
Wilko Meyer |
Subject: |
[bug#70147] [PATCH 17/42] gnu: Add rust-io-tee-0.1. |
Date: |
Tue, 2 Apr 2024 18:22:34 +0200 |
* gnu/packages/crates-io.scm (rust-io-tee-0.1): New variable.
Change-Id: I08e1d60af48c4fab662a95e5c4da24de9569744c
---
gnu/packages/crates-io.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 26312aa11a..b493f1e8e6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34644,6 +34644,23 @@ (define-public rust-inventory-impl-0.1
;; Either license can be chosen at the users option.
(license (list license:expat license:asl2.0))))
+(define-public rust-io-tee-0.1
+ (package
+ (name "rust-io-tee")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "io_tee" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "013ka85akdcsj9rr92jrkm4jia9s8ihirpqi0ncqc6156kppqgsb"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/TheOnlyMrCat/io_tee")
+ (synopsis "Tee Read, BufRead, and Seek instances to a writer")
+ (description "Tee Read, @code{BufRead}, and Seek instances to a writer.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-io-close-0.3
(package
(name "rust-io-close")
--
2.41.0
- [bug#70147] [PATCH 04/42] gnu: Add rust-databake-derive-0.1., (continued)
- [bug#70147] [PATCH 04/42] gnu: Add rust-databake-derive-0.1., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 07/42] gnu: Add rust-fluent-pseudo-0.3., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 06/42] gnu: Add rust-databake-0.1., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 08/42] gnu: Add rust-fluent-langneg-0.13., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 09/42] gnu: Add rust-fluent-bundle-0.15., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 12/42] gnu: Add rust-fuser-0.13., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 16/42] gnu: Add rust-intl-memoizer-0.5., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 22/42] gnu: Add rust-page-size-0.5., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 10/42] gnu: Add rust-fluent-0.16., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 11/42] gnu: Add rust-fluent-syntax-0.11., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 17/42] gnu: Add rust-io-tee-0.1.,
Wilko Meyer <=
- [bug#70147] [PATCH 20/42] gnu: Add rust-i18n-config-0.4., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 13/42] gnu: Add rust-fuse-mt-0.6., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 15/42] gnu: Add rust-intl-pluralrules-7., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 26/42] gnu: Add rust-synstructure-0.13., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 28/42] gnu: Add rust-tinystr-0.7., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 24/42] gnu: Add rust-secrecy-0.8., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 14/42] gnu: Add rust-gettext-0.4., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 18/42] gnu: Add rust-i18n-embed-fl-0.7., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 27/42] gnu: Add rust-t1ha-0.1., Wilko Meyer, 2024/04/02
- [bug#70147] [PATCH 32/42] gnu: Add rust-unic-langid-macros-0.9., Wilko Meyer, 2024/04/02