guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

34/84: gnu: Add rust-more-asserts-0.3.


From: guix-commits
Subject: 34/84: gnu: Add rust-more-asserts-0.3.
Date: Mon, 8 Jan 2024 12:54:04 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 88c504581b55df1976691e154272315dabf6cbb3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 7 12:02:26 2024 +0200

    gnu: Add rust-more-asserts-0.3.
    
    * gnu/packages/crates-io.scm (rust-more-asserts-0.3): New variable.
    
    Change-Id: I1b361eb9c14d774db10fa5098055499741055ab1
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5ea6504b1f..d4a558942b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40605,6 +40605,25 @@ select the mock struct at compile time.  Used with the 
Mockall crate.")
       "Chaining APIs for both self -> Self and &mut self methods.")
     (license license:expat)))
 
+(define-public rust-more-asserts-0.3
+  (package
+    (name "rust-more-asserts")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "more-asserts" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0zj0f9z73nsn1zxk2y21f0mmafvz7dz5v93prlxwdndb3jbadbqz"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/thomcc/rust-more-asserts";)
+    (synopsis "Library providing additional assert_* and debug_assert_* 
macros")
+    (description
+     "This package provides a small library providing additional assert_* and
+debug_assert_* macros.")
+    (license (list license:unlicense license:expat license:asl2.0 
license:cc0))))
+
 (define-public rust-mp4-0.9
   (package
     (name "rust-mp4")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]