mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-coitrees-0.2.
* gnu/packages/crates-io.scm (rust-coitrees-0.2): New variable.
This commit is contained in:
parent
4e38e11a0b
commit
93e23c6b26
1 changed files with 26 additions and 0 deletions
|
@ -12230,6 +12230,32 @@ (define-public rust-codespan-reporting-0.9
|
||||||
("rust-structopt" ,rust-structopt-0.3)
|
("rust-structopt" ,rust-structopt-0.3)
|
||||||
("rust-unindent" ,rust-unindent-0.1))))))
|
("rust-unindent" ,rust-unindent-0.1))))))
|
||||||
|
|
||||||
|
(define-public rust-coitrees-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-coitrees")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "coitrees" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1l2ybr8n02vm08wq9mrix7r07bgwm85i6fyachlm8d626w9w9d3f"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
;; Check phase fails with:
|
||||||
|
;; no function or associated item named `with_name` found for struct
|
||||||
|
;; `Arg` in the current scope
|
||||||
|
`(#:tests? #false
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-clap" ,rust-clap-3))))
|
||||||
|
(home-page "https://github.com/dcjones/coitrees")
|
||||||
|
(synopsis "Data structure for overlap queries on sets of intervals")
|
||||||
|
(description
|
||||||
|
"This package provides a very fast data structure for overlap queries on
|
||||||
|
sets of intervals.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-color-backtrace-0.5
|
(define-public rust-color-backtrace-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-color-backtrace")
|
(name "rust-color-backtrace")
|
||||||
|
|
Loading…
Reference in a new issue