mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-httparse-1: Move to (gnu packages crates-web).
* gnu/packages/crates-io.scm (rust-httparse-1): Move from here ... * gnu/packages/crates-web.scm: ... to here. Change-Id: I941a397f506a25179e74167a3e4c463a342e935b
This commit is contained in:
parent
80fca36e8e
commit
4f95fd68dd
2 changed files with 20 additions and 20 deletions
|
@ -27827,26 +27827,6 @@ characters in HTML, decoding and unescaping HTML entities as well.")
|
||||||
and traversing, manipulating, and querying the document tree.")
|
and traversing, manipulating, and querying the document tree.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-httpdate-1
|
|
||||||
(package
|
|
||||||
(name "rust-httpdate")
|
|
||||||
(version "1.0.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "httpdate" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1aa9rd2sac0zhjqh24c9xvir96g188zldkx0hr6dnnlx5904cfyz"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))
|
|
||||||
(home-page "https://github.com/pyfisch/httpdate")
|
|
||||||
(synopsis "HTTP date parsing and formatting")
|
|
||||||
(description
|
|
||||||
"This crates parses and formats HTTP datetime strings.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-human-format-1
|
(define-public rust-human-format-1
|
||||||
(package
|
(package
|
||||||
(name "rust-human-format")
|
(name "rust-human-format")
|
||||||
|
|
|
@ -2087,6 +2087,26 @@ HTTP request or response body.")
|
||||||
"This package provides a tiny, safe, speedy, zero-copy HTTP/1.x parser.")
|
"This package provides a tiny, safe, speedy, zero-copy HTTP/1.x parser.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-httpdate-1
|
||||||
|
(package
|
||||||
|
(name "rust-httpdate")
|
||||||
|
(version "1.0.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "httpdate" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1aa9rd2sac0zhjqh24c9xvir96g188zldkx0hr6dnnlx5904cfyz"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))
|
||||||
|
(home-page "https://github.com/pyfisch/httpdate")
|
||||||
|
(synopsis "HTTP date parsing and formatting")
|
||||||
|
(description
|
||||||
|
"This crates parses and formats HTTP datetime strings.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-hyper-0.14
|
(define-public rust-hyper-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-hyper")
|
(name "rust-hyper")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue