[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 53/94] gnu: Add rust-parity-tokio-ipc-0.4.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 53/94] gnu: Add rust-parity-tokio-ipc-0.4. |
Date: |
Sun, 26 Apr 2020 18:45:32 +0200 |
* gnu/packages/crates-io.scm (rust-parity-tokio-ipc-0.4): New variable.
---
gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e7ccf3a860..e02856c94d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13415,6 +13415,36 @@ normally prevent moving a type that has been borrowed
from.")
(description "This package provides FFI bindings to libgtk-3.")
(license license:expat)))
+(define-public rust-parity-tokio-ipc-0.4
+ (package
+ (name "rust-parity-tokio-ipc")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "parity-tokio-ipc" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1gzifrrpiw78p6dq9ax64vhffc4h6mwg6jazpfgkz8zy0jjzwmqy"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-bytes" ,rust-bytes-0.4)
+ ("rust-futures" ,rust-futures-0.1)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-mio-named-pipes" ,rust-mio-named-pipes-0.1)
+ ("rust-miow" ,rust-miow-0.3)
+ ("rust-rand" ,rust-rand-0.7)
+ ("rust-tokio" ,rust-tokio-0.1)
+ ("rust-tokio-named-pipes" ,rust-tokio-named-pipes-0.1)
+ ("rust-tokio-uds" ,rust-tokio-uds-0.2)
+ ("rust-winapi" ,rust-winapi-0.3))))
+ (home-page "https://github.com/nikvolf/parity-tokio-ipc")
+ (synopsis "Interprocess communication library for tokio")
+ (description "Interprocess communication library for tokio.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-parity-wasm-0.40
(package
(name "rust-parity-wasm")
--
2.21.3
- [bug#40874] [PATCH 45/94] gnu: Add rust-lalrpop-0.17., (continued)
- [bug#40874] [PATCH 45/94] gnu: Add rust-lalrpop-0.17., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 47/94] gnu: Add rust-libsqlite3-sys-0.15., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 50/94] gnu: Add rust-lru-cache-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 54/94] gnu: Add rust-pin-project-lite-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 57/94] gnu: Add rust-pretty-env-logger-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 59/94] gnu: Add rust-rayon-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 58/94] gnu: Add rust-pulldown-cmark-0.0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 55/94] gnu: Add rust-prettytable-rs-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 56/94] gnu: Add rust-pretty-assertions-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 53/94] gnu: Add rust-parity-tokio-ipc-0.4.,
Hartmut Goebel <=
- [bug#40874] [PATCH 61/94] gnu: Add rust-ring-0.13., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 60/94] gnu: Add rust-ring-0.16., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 64/94] gnu: Add rust-rusqlite-0.19., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 63/94] gnu: Add rust-rspec-1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 66/94] gnu: Add rust-rustls-0.12., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 67/94] gnu: Add rust-sct-0.6., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 69/94] gnu: Add rust-sha2-asm-0.5., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 62/94] gnu: Add rust-rpassword-4., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 65/94] gnu: Add rust-rustls-0.16., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 68/94] gnu: Add rust-sct-0.3., Hartmut Goebel, 2020/04/26