mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: Add rust-futures-executor-preview-0.3.
* gnu/packages/crates-io.scm (rust-futures-executor-preview-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
6180193a2f
commit
4b185ecc3c
1 changed files with 30 additions and 0 deletions
|
@ -1331,6 +1331,36 @@ (define-public rust-futures-cpupool-0.1
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-futures-executor-preview-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-futures-executor-preview")
|
||||||
|
(version "0.3.0-alpha.17")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "futures-executor-preview" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"053g5kf2qa1xhdkwp3d1grrizzy4683mpbb3y0vvm00hwl7jdfl7"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
|
||||||
|
("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
|
||||||
|
("rust-futures-util-preview" ,rust-futures-util-preview-0.3)
|
||||||
|
("rust-num-cpus" ,rust-num-cpus-1.10)
|
||||||
|
("rust-pin-utils" ,rust-pin-utils-0.1))))
|
||||||
|
(home-page "https://github.com/rust-lang/futures-rs")
|
||||||
|
(synopsis
|
||||||
|
"Executors for asynchronous tasks based on futures-rs")
|
||||||
|
(description
|
||||||
|
"Executors for asynchronous tasks based on the futures-rs
|
||||||
|
library.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-futures-io-preview-0.3
|
(define-public rust-futures-io-preview-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-io-preview")
|
(name "rust-futures-io-preview")
|
||||||
|
|
Loading…
Reference in a new issue