mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add rust-zlib-rs-0.3.
* gnu/packages/crates-io.scm (rust-zlib-rs-0.3): New variable. Change-Id: Ibcc1901ea3023d3703a63063f612ae5630fd9f29
This commit is contained in:
parent
314721aa1b
commit
826c37060d
1 changed files with 22 additions and 0 deletions
|
@ -94228,6 +94228,28 @@ (define-public rust-zip-0.5
|
|||
(native-inputs '())
|
||||
(inputs '())))
|
||||
|
||||
(define-public rust-zlib-rs-0.3
|
||||
(package
|
||||
(name "rust-zlib-rs")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "zlib-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "06kkjpqddvb5n8c24mmd3lmmcsy2yfwfsjyni8dggysayfd7r50b"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1)
|
||||
("rust-libz-sys" ,rust-libz-sys-1)
|
||||
("rust-quickcheck" ,rust-quickcheck-1))))
|
||||
(home-page "https://github.com/trifectatechfoundation/zlib-rs")
|
||||
(synopsis "Memory-safe zlib implementation written in Rust")
|
||||
(description
|
||||
"This package provides a memory-safe zlib implementation written in Rust.")
|
||||
(license license:zlib)))
|
||||
|
||||
(define-public rust-zopfli-0.8
|
||||
(package
|
||||
(name "rust-zopfli")
|
||||
|
|
Loading…
Reference in a new issue