mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add rust-tiny-bench-0.3.
* gnu/packages/crates-check.scm (rust-tiny-bench-0.3): New variable. Change-Id: Id6848a8d243d10a22812ea4b7a92484f974673f3
This commit is contained in:
parent
ae2667966f
commit
b18354b065
1 changed files with 17 additions and 0 deletions
|
@ -764,6 +764,23 @@ (define-public rust-quickcheck-macros-0.8
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.8))))))
|
(("rust-quickcheck" ,rust-quickcheck-0.8))))))
|
||||||
|
|
||||||
|
(define-public rust-tiny-bench-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-tiny-bench")
|
||||||
|
(version "0.3.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "tiny-bench" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0j2rsyspqbk89y6zjndpc6d36ljir1ymyj15vv6jxhaphl6q9nng"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/EmbarkStudios/tiny-bench")
|
||||||
|
(synopsis "tiny benchmarking library")
|
||||||
|
(description "This package provides a tiny benchmarking library.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue