[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 37/94] gnu: Add rust-h2-0.1.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 37/94] gnu: Add rust-h2-0.1. |
Date: |
Sun, 26 Apr 2020 18:45:16 +0200 |
* gnu/packages/crates-io.scm (rust-h2-0.1): New variable.
---
gnu/packages/crates-io.scm | 43 ++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3fef5382a0..04ac0df2de 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8330,6 +8330,49 @@ standard printing of search results, similar to grep
itself.")
of gzip files based on the gzip header implementation in the @code{flate2}
crate.")
(license (list license:expat license:asl2.0))))
+(define-public rust-h2-0.1
+ (package
+ (name "rust-h2")
+ (version "0.1.26")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "h2" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0qn457y8xh03p7c7cpk76r22gqpyqxc58g5022j3iya7d0j4rcx5"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t ;; TODO missing indirect dependency
+ #:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1.3)
+ ("rust-bytes" ,rust-bytes-0.4)
+ ("rust-fnv" ,rust-fnv-1.0)
+ ("rust-futures" ,rust-futures-0.1)
+ ("rust-http" ,rust-http-0.1)
+ ("rust-indexmap" ,rust-indexmap-1.0)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-slab" ,rust-slab-0.4)
+ ("rust-string" ,rust-string-0.2)
+ ("rust-tokio-io" ,rust-tokio-io-0.1))
+ #:cargo-development-inputs
+ (("rust-env-logger" ,rust-env-logger-0.5)
+ ("rust-hex" ,rust-hex-0.2)
+ ("rust-quickcheck" ,rust-quickcheck-0.4)
+ ("rust-rand" ,rust-rand-0.3)
+ ;;("rust-rustls" ,rust-rustls-0.12) requires 0.5
+ ("rust-serde" ,rust-serde-1.0)
+ ("rust-serde-json" ,rust-serde-json-1.0)
+ ("rust-tokio" ,rust-tokio-0.1)
+ ("rust-tokio-rustls" ,rust-tokio-rustls-0.12)
+ ("rust-walkdir" ,rust-walkdir-1.0)
+ ("rust-webpki" ,rust-webpki-0.21)
+ ("rust-webpki-roots" ,rust-webpki-roots-0.17))))
+ (home-page "https://github.com/hyperium/h2")
+ (synopsis "HTTP/2.0 client and server")
+ (description "This packages provides a HTTP/2.0 client and server.")
+ (license license:expat)))
+
(define-public rust-half-1.3
(package
(name "rust-half")
--
2.21.3
- [bug#40874] [PATCH 26/94] gnu: Add rust-derive-builder-core-0.2., (continued)
- [bug#40874] [PATCH 26/94] gnu: Add rust-derive-builder-core-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 28/94] gnu: Add rust-docmatic-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 33/94] gnu: Add rust-expectest-0.9., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 36/94] gnu: Add rust-fs2-0.4., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 29/94] gnu: Add rust-dogged-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 32/94] gnu: Add rust-environment-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 34/94] gnu: Add rust-fallible-streaming-iterator-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 30/94] gnu: Add rust-docopt-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 31/94] gnu. Add rust-ena-0.13., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 38/94] gnu: Add rust-hex-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 37/94] gnu: Add rust-h2-0.1.,
Hartmut Goebel <=
- [bug#40874] [PATCH 35/94] gnu: Add rust-futures-timer-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 39/94] gnu: Add rust-http-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 40/94] gnu: Add rust-http-body-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 41/94] gnu: Add rust-http-body-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 42/94] gnu: Add rust-hyper-0.12., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 44/94] gnu: Add rust-lalrpop-util-0.17., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 43/94] gnu: Add rust-hyper-tls-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 46/94] gnu: Add rust-libc-print-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 48/94] gnu: Add rust-loom-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 51/94] gnu: Add rust-mach-o-sys-0.1., Hartmut Goebel, 2020/04/26