mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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>
This commit is contained in:
parent
9a39c7e5f7
commit
5a1042ae32
1 changed files with 17 additions and 0 deletions
|
@ -10772,6 +10772,23 @@ (define-public rust-bytestring-0.1
|
||||||
"This package provides a UTF-8 encoded string with Bytes as a storage.")
|
"This package provides a UTF-8 encoded string with Bytes as a storage.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-bzip2-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-bzip2")
|
(name "rust-bzip2")
|
||||||
|
|
Loading…
Reference in a new issue