gnu: Add rust-countme-2.

* gnu/packages/crates-io.scm (rust-countme-2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Zheng junjie 2021-06-11 20:53:03 +08:00 committed by Nicolas Goaziou
parent b9dc1b2552
commit 4f40b4e795
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 26 additions and 0 deletions

View File

@ -9538,6 +9538,32 @@ intrinsics.")
("rust-foreign-types" ,rust-foreign-types-0.3)
("rust-libc" ,rust-libc-0.2))))))
(define-public rust-countme-2
(package
(name "rust-countme")
(version "2.0.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "countme" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0n6bzg2g6gsmgabyzbcfkyb9y9mzxsvavng85d04wkdsvhmq52rj"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-dashmap" ,rust-dashmap-4)
("rust-once-cell" ,rust-once-cell-1)
("rust-rustc-hash" ,rust-rustc-hash-1))))
(home-page "https://github.com/matklad/countme")
(synopsis
"Counts the number of live instances of types")
(description
"This package provides a counts the number of live instances of types.")
(license (list license:expat license:asl2.0))))
(define-public rust-cpp-demangle-0.3
(package
(name "rust-cpp-demangle")