[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68481] [PATCH v2 03/13] gnu: Add rust-mirai-annotations-1.
From: |
VÖRÖSKŐI András |
Subject: |
[bug#68481] [PATCH v2 03/13] gnu: Add rust-mirai-annotations-1. |
Date: |
Tue, 30 Jan 2024 20:25:06 +0100 |
* gnu/packages/crates-io.scm (rust-mirai-annotations): New variable.
Change-Id: Ia555b0f13d51854309638f03a3eb808ada9ebfcd
---
gnu/packages/crates-io.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1074d8e9f4..05ed98b686 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37055,6 +37055,23 @@ (define-public rust-mio-uds-0.6
"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")
--
2.41.0
[bug#68481] [PATCH v2 01/13] gnu: rust-clap-builder: Update to 4.4.16., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 02/13] gnu: rust-clap: Update to 4.4.16., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 03/13] gnu: Add rust-mirai-annotations-1.,
VÖRÖSKŐI András <=
- [bug#68481] [PATCH v2 07/13] gnu: Add rust-rustls-webpki-0.102., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 06/13] gnu: Add rust-rustls-native-certs-0.7., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 08/13] gnu: Add rust-rustls-0.22., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 04/13] gnu: Add rust-rcgen-0.12., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 05/13] gnu: rust-subtle: Update to 2.5.0., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 09/13] gnu: Add rust-webpki-roots-0.26., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 10/13] gnu: Add rust-tokio-rustls-0.25., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 12/13] gnu: Add rust-tokio-tungstenite-0.21., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 11/13] gnu: Add rust-tungstenite-0.21., VÖRÖSKŐI András, 2024/01/30
- [bug#68481] [PATCH v2 13/13] gnu: rbw: Update to 1.9.0., VÖRÖSKŐI András, 2024/01/30