mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add rust-zune-inflate-0.2.
* gnu/packages/crates-io.scm (rust-zune-inflate-0.2): New variable.
This commit is contained in:
parent
4cf9e2b0a8
commit
3e9cf5155b
1 changed files with 26 additions and 0 deletions
|
@ -72263,6 +72263,32 @@ (define-public rust-zstd-sys-1
|
|||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3))))))
|
||||
|
||||
(define-public rust-zune-inflate-0.2
|
||||
(package
|
||||
(name "rust-zune-inflate")
|
||||
(version "0.2.50")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "zune-inflate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0h3d46jfyraxzl7kcgr2zpqjmisw72lc1p44b4q9r0rhcbglb4jq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-simd-adler32" ,rust-simd-adler32-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.4)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-libdeflater" ,rust-libdeflater-0.11))))
|
||||
(native-inputs
|
||||
(list cmake-minimal))
|
||||
(home-page "https://github.com/etemesi254/zune-image/tree/main/zune-inflate")
|
||||
(synopsis "Deflate decompressor in Pure Rust")
|
||||
(description "This package provides a heavily optimized deflate decompressor
|
||||
in Pure Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue