me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-byteyarn-0.2.

gnu/packages/crates-io.scm (rust-byteyarn-0.2): New variable.

Change-Id: I561a03a986ba90255ecb56097c12715f99b4f5cb
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Steve George 2023-11-09 19:38:01 +00:00 committed by Efraim Flashner
parent 9a39c7e5f7
commit 5a1042ae32
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 17 additions and 0 deletions

View File

@ -10772,6 +10772,23 @@ little-endian.")
"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)
(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")