me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-divan-macros-0.1.

* gnu/packages/crates-io.scm (rust-divan-macros-0.1): New variable.

Change-Id: I6cee127366dbf0172fe93688c209ed88fc678c53
master
Efraim Flashner 2024-03-14 12:43:25 +02:00
parent 98764e3fea
commit cd3c29e465
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -19807,6 +19807,28 @@ via a doc comment and string interpolation.")
Google's diff-match-patch.") Google's diff-match-patch.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-divan-macros-0.1
(package
(name "rust-divan-macros")
(version "0.1.14")
(source
(origin
(method url-fetch)
(uri (crate-uri "divan-macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "18klwl81akqmd0rqgz6l8hmc649hvbcdfc01ix6lh3dy96phnm17"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/nvzqz/divan")
(synopsis "Macros for Divan, a statistically-comfy benchmarking library")
(description "This package provides macros for Divan, a statistically-comfy
benchmarking library.")
(license (list license:expat license:asl2.0))))
(define-public rust-dlib-0.5 (define-public rust-dlib-0.5
(package (package
(name "rust-dlib") (name "rust-dlib")