mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add rust-snap-1.
* gnu/packages/crates-io.scm (rust-snap-1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
5e549fb8ed
commit
e029ba158f
1 changed files with 26 additions and 0 deletions
|
@ -41284,6 +41284,32 @@ (define-public rust-snailquote-0.3
|
||||||
escaped text to recover the original string.")
|
escaped text to recover the original string.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public rust-snap-1
|
||||||
|
(package
|
||||||
|
(name "rust-snap")
|
||||||
|
(version "1.0.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "snap" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0l8llidvm7dlwfw2ql6hk4b4byl9677fppwgl7i2wglqs6a60ia5"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||||
|
(home-page
|
||||||
|
"https://github.com/BurntSushi/rust-snappy")
|
||||||
|
(synopsis
|
||||||
|
"Pure Rust implementation of the Snappy compression algorithm")
|
||||||
|
(description
|
||||||
|
"This package provides a pure Rust implementation of the Snappy compression
|
||||||
|
algorithm. Includes streaming compression and decompression.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public rust-socket2-0.3
|
(define-public rust-socket2-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-socket2")
|
(name "rust-socket2")
|
||||||
|
|
Loading…
Reference in a new issue