gnu: Add rust-crunchy-0.2.
* gnu/packages/crates-io.scm (rust-crunchy-0.2): New variable.
This commit is contained in:
parent
af971f6f03
commit
dfcc626316
1 changed files with 20 additions and 0 deletions
|
@ -10596,6 +10596,26 @@ (define-public rust-crossterm-winapi-0.4
|
|||
(arguments
|
||||
`(#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-crunchy-0.2
|
||||
(package
|
||||
(name "rust-crunchy")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crunchy" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dx9mypwd5mpfbbajm78xcrg5lirqk7934ik980mmaffg3hdm0bs"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://docs.rs/crate/crunchy/0.2.2/source/")
|
||||
(synopsis "Deterministically unroll constant loops")
|
||||
(description
|
||||
"The Crunchy unroller deterministically unrolls constant loops, for
|
||||
number ``crunching``.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-roxmltree-0.14
|
||||
(package
|
||||
(name "rust-roxmltree")
|
||||
|
|
Loading…
Reference in a new issue