mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add rust-jwalk-0.8.
* gnu/packages/crates-io.scm (rust-jwalk-0.8): New variable. Change-Id: I334353f2913eb15a522fefbda3a165f9e47ed98a
This commit is contained in:
parent
91616a5f3d
commit
1de187c9e0
1 changed files with 31 additions and 0 deletions
|
@ -32374,6 +32374,37 @@ (define-public rust-hts-sys-2
|
||||||
(description "This library provides Rust bindings to HTSlib.")
|
(description "This library provides Rust bindings to HTSlib.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-jwalk-0.8
|
||||||
|
(package
|
||||||
|
(name "rust-jwalk")
|
||||||
|
(version "0.8.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "jwalk" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0miw0074ch6p89dbvrlnz9wp13rh7542cf1ak8bx4v1mcrsq8d97"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-crossbeam" ,rust-crossbeam-0.8)
|
||||||
|
("rust-rayon" ,rust-rayon-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-criterion" ,rust-criterion-0.4)
|
||||||
|
("rust-fs-extra" ,rust-fs-extra-1)
|
||||||
|
("rust-ignore" ,rust-ignore-0.4)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-num-cpus" ,rust-num-cpus-1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3)
|
||||||
|
("rust-walkdir" ,rust-walkdir-2))))
|
||||||
|
(home-page "https://github.com/byron/jwalk")
|
||||||
|
(synopsis
|
||||||
|
"Filesystem walk performed in parallel with streamed and sorted results")
|
||||||
|
(description
|
||||||
|
"Filesystem walk performed in parallel with streamed and sorted results.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-kuchiki-0.8
|
(define-public rust-kuchiki-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-kuchiki")
|
(name "rust-kuchiki")
|
||||||
|
|
Loading…
Reference in a new issue