mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: rust-fdeflate-0.3: Move to (gnu packages crates-compression).
* gnu/packages/crates-io.scm (rust-fdeflate-0.3): Move from here ... * gnu/packages/crates-compression.scm: ... to here. Change-Id: I03ec2354caf26dd3bc9a9723a3564d20523aeade
This commit is contained in:
parent
fb8a87a3e9
commit
ba32dbac0c
2 changed files with 22 additions and 22 deletions
|
@ -513,6 +513,28 @@ written in rust.")
|
|||
(description "Deflate64 implementation based on .NET's implementation.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-fdeflate-0.3
|
||||
(package
|
||||
(name "rust-fdeflate")
|
||||
(version "0.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "fdeflate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "130ga18vyxbb5idbgi07njymdaavvk6j08yh1dfarm294ssm6s0y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-simd-adler32" ,rust-simd-adler32-0.3))
|
||||
#:cargo-development-inputs (("rust-miniz-oxide" ,rust-miniz-oxide-0.7)
|
||||
("rust-rand" ,rust-rand-0.8))))
|
||||
(home-page "https://github.com/image-rs/fdeflate")
|
||||
(synopsis "Fast specialized deflate implementation")
|
||||
(description
|
||||
"This package provides a fast, specialized deflate implementation.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-flate2-1
|
||||
(package
|
||||
(name "rust-flate2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue