[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67024] [PATCH 04/54] gnu: Add rust-byteyarn-0.2.
From: |
Steve George |
Subject: |
[bug#67024] [PATCH 04/54] gnu: Add rust-byteyarn-0.2. |
Date: |
Thu, 9 Nov 2023 19:38:01 +0000 |
gnu/packages/crates-io.scm (rust-byteyarn-0.2): New variable.
Change-Id: I561a03a986ba90255ecb56097c12715f99b4f5cb
---
gnu/packages/crates-io.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 03d9c80b633..38019e11d62 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10798,6 +10798,24 @@ (define-public rust-bytestring-0.1
"This package provides a UTF-8 encoded string with Bytes as a storage.")
(license (list license:expat license:asl2.0))))
+(define-public rust-byteyarn-0.2
+ (package
+ (name "rust-byteyarn")
+ (version "0.2.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "byteyarn" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1zs2r5qiqwhd6fj7bqg8ziha63sbggy5xmq6vfsan5zaq00l6lx7"))))
+ (build-system cargo-build-system)
+ (arguments `())
+ (home-page "https://github.com/mcy/byteyarn")
+ (synopsis "Hyper-compact strings")
+ (description "Hyper-compact and space efficient strings.")
+ (license license:asl2.0)))
+
(define-public rust-bzip2-0.4
(package
(name "rust-bzip2")
--
2.41.0
- [bug#67024] [PATCH 00/54] Series to add StackedGit 2.4, Steve George, 2023/11/09
- [bug#67024] [PATCH 01/54] gnu: Add rust-gix-hash-0.13., Steve George, 2023/11/09
- [bug#67024] [PATCH 07/54] gnu: Add rust-gix-attributes-0.19., Steve George, 2023/11/09
- [bug#67024] [PATCH 13/54] gnu: Add rust-gix-filter-0.5., Steve George, 2023/11/09
- [bug#67024] [PATCH 05/54] gnu: Add rust-gix-path-0.10., Steve George, 2023/11/09
- [bug#67024] [PATCH 04/54] gnu: Add rust-byteyarn-0.2.,
Steve George <=
- [bug#67024] [PATCH 08/54] gnu: Add rust-gix-date-0.8., Steve George, 2023/11/09
- [bug#67024] [PATCH 03/54] gnu: Add rust-gix-features-0.35., Steve George, 2023/11/09
- [bug#67024] [PATCH 15/54] gnu: Add rust-gix-tempfile-10., Steve George, 2023/11/09
- [bug#67024] [PATCH 10/54] gnu: Add rust-gix-validate-0.8., Steve George, 2023/11/09
- [bug#67024] [PATCH 12/54] gnu: Add rust-gix-packetline-blocking-0.16., Steve George, 2023/11/09
- [bug#67024] [PATCH 09/54] gnu: Add rust-gix-actor-0.27., Steve George, 2023/11/09
- [bug#67024] [PATCH 06/54] gnu: Add rust-gix-glob-0.13., Steve George, 2023/11/09
- [bug#67024] [PATCH 18/54] gnu: Add rust-gix-hashtable-0.4., Steve George, 2023/11/09
- [bug#67024] [PATCH 20/54] gnu: Add rust-gix-traverse-0.33., Steve George, 2023/11/09
- [bug#67024] [PATCH 02/54] gnu: Add rust-prodash-26., Steve George, 2023/11/09