mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: rust-cloudflare-zlib-sys-0.3: Move to (gnu packages crates-compression)
* gnu/packages/crates-io.scm (rust-cloudflare-zlib-sys-0.3): Move from here ... * gnu/packages/crates-compression.scm: ... to here. Change-Id: I860c2f3176b10a559c86cdaf7157dfe8dd4cfc50
This commit is contained in:
parent
f571b76bae
commit
d49ab8cda4
2 changed files with 28 additions and 28 deletions
|
@ -371,6 +371,34 @@ exposed as Reader/Writer streams.")
|
|||
exposed as Reader/Writer streams.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-cloudflare-zlib-sys-0.3
|
||||
(package
|
||||
(name "rust-cloudflare-zlib-sys")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cloudflare-zlib-sys" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vyd0l0vprvh9hc1ikllybrk8xc0lz9f509d2xgxgrpyxp8vch10"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cc" ,rust-cc-1))))
|
||||
(home-page "https://github.com/cloudflare/zlib")
|
||||
(synopsis
|
||||
"Cloudflare fork of zlib with massive performance improvements")
|
||||
(description
|
||||
"Cloudflare fork of zlib with massive performance improvements.")
|
||||
(license
|
||||
(list license:expat
|
||||
license:asl2.0
|
||||
license:zlib))))
|
||||
|
||||
(define-public rust-deflate-1
|
||||
(package
|
||||
(name "rust-deflate")
|
||||
|
|
|
@ -14428,34 +14428,6 @@ contains all syscalls and related types.")
|
|||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1))))))
|
||||
|
||||
(define-public rust-cloudflare-zlib-sys-0.3
|
||||
(package
|
||||
(name "rust-cloudflare-zlib-sys")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cloudflare-zlib-sys" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vyd0l0vprvh9hc1ikllybrk8xc0lz9f509d2xgxgrpyxp8vch10"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cc" ,rust-cc-1))))
|
||||
(home-page "https://github.com/cloudflare/zlib")
|
||||
(synopsis
|
||||
"Cloudflare fork of zlib with massive performance improvements")
|
||||
(description
|
||||
"Cloudflare fork of zlib with massive performance improvements.")
|
||||
(license
|
||||
(list license:expat
|
||||
license:asl2.0
|
||||
license:zlib))))
|
||||
|
||||
(define-public rust-clru-0.6
|
||||
(package
|
||||
(name "rust-clru")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue