mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: Add rust-http-range-header-0.3.
* gnu/packages/crates-io.scm (rust-http-range-header-0.3): New variable. Change-Id: I9f2d558419be7b57f328bcecd8f42f9b5be4704f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b1f8862e2c
commit
cb5cfc2f97
1 changed files with 23 additions and 0 deletions
|
@ -31488,6 +31488,29 @@ HTTP request or response body.")
|
||||||
(description "This package provides types and traits for HTTP clients.")
|
(description "This package provides types and traits for HTTP clients.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-http-range-header-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-http-range-header")
|
||||||
|
(version "0.3.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "http-range-header" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "13vm511vq3bhschkw2xi9nhxzkw53m55gn9vxg7qigfxc29spl5d"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-criterion" ,rust-criterion-0.5)
|
||||||
|
("rust-quickcheck" ,rust-quickcheck-1)
|
||||||
|
("rust-quickcheck-macros" ,rust-quickcheck-macros-1)
|
||||||
|
("rust-regex" ,rust-regex-1))))
|
||||||
|
(home-page "https://github.com/MarcusGrass/parse-range-headers")
|
||||||
|
(synopsis "No-dep range header parser")
|
||||||
|
(description "This crate provides a no-dep range header parser.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-http-types-2
|
(define-public rust-http-types-2
|
||||||
(package
|
(package
|
||||||
(name "rust-http-types")
|
(name "rust-http-types")
|
||||||
|
|
Loading…
Add table
Reference in a new issue