me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-mirai-annotations-1.

* gnu/packages/crates-io.scm (rust-mirai-annotations-1): New variable.

Change-Id: Ia555b0f13d51854309638f03a3eb808ada9ebfcd
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2024-01-30 20:25:06 +01:00 committed by Efraim Flashner
parent 1b6bbd61be
commit 47a26fa3a0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 17 additions and 0 deletions

View File

@ -37055,6 +37055,23 @@ possible over the OS abstractions.")
"Unix domain socket bindings for mio.")
(license (list license:asl2.0 license:expat))))
(define-public rust-mirai-annotations-1
(package
(name "rust-mirai-annotations")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "mirai-annotations" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1lfkgarmzd7mdr739s9yidh0xhc9d3g4jjiwh246mwmkq5i0ign9"))))
(build-system cargo-build-system)
(home-page "https://github.com/facebookexperimental/MIRAI")
(synopsis "Macros that provide source code annotations for MIRAI")
(description "Macros that provide source code annotations for MIRAI")
(license license:expat)))
(define-public rust-mock-instant-0.2
(package
(name "rust-mock-instant")