mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: rust-lzw-0.10: Move to (gnu packages crates-compression).
* gnu/packages/crates-io.scm (rust-lzw-0.10): Move from here ... * gnu/packages/crates-compression.scm: ... to here. Change-Id: I6fb5af90536edf1a09630a682ca5f85786bc5c59
This commit is contained in:
parent
5d9df0ecd1
commit
8e5c8bce4f
2 changed files with 20 additions and 20 deletions
|
@ -1213,6 +1213,26 @@ implementation of LZMA and xz stream encoding/decoding.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-lzw-0.10
|
||||||
|
(package
|
||||||
|
(name "rust-lzw")
|
||||||
|
(version "0.10.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "lzw" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1170dfskhzlh8h2bm333811hykjvpypgnvxyhhm1rllyi2xpr53x"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/nwin/lzw.git")
|
||||||
|
(synopsis "LZW compression and decompression")
|
||||||
|
(description
|
||||||
|
"This package provides LZW compression and decompression.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-miniz-oxide-0.8
|
(define-public rust-miniz-oxide-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-miniz-oxide")
|
(name "rust-miniz-oxide")
|
||||||
|
|
|
@ -42125,26 +42125,6 @@ Server Protocol.")
|
||||||
("rust-serde-repr" ,rust-serde-repr-0.1)
|
("rust-serde-repr" ,rust-serde-repr-0.1)
|
||||||
("rust-url" ,rust-url-2))))))
|
("rust-url" ,rust-url-2))))))
|
||||||
|
|
||||||
(define-public rust-lzw-0.10
|
|
||||||
(package
|
|
||||||
(name "rust-lzw")
|
|
||||||
(version "0.10.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "lzw" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1170dfskhzlh8h2bm333811hykjvpypgnvxyhhm1rllyi2xpr53x"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(home-page "https://github.com/nwin/lzw.git")
|
|
||||||
(synopsis "LZW compression and decompression")
|
|
||||||
(description
|
|
||||||
"This package provides LZW compression and decompression.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-lzzzz-1
|
(define-public rust-lzzzz-1
|
||||||
(package
|
(package
|
||||||
(name "rust-lzzzz")
|
(name "rust-lzzzz")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue