guix-commits
[Top][All Lists]
Advanced

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

29/31: gnu: Add rust-impls-1.


From: guix-commits
Subject: 29/31: gnu: Add rust-impls-1.
Date: Sun, 31 Mar 2024 14:27:56 -0400 (EDT)

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

commit 36e4122554f4a3b3263e4b48f3de729ebba283d6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 31 20:56:52 2024 +0300

    gnu: Add rust-impls-1.
    
    * gnu/packages/crates-io.scm (rust-impls-1): New variable.
    
    Change-Id: Ifd2c69868f730bc1f931ca0fdc00e82171687f1d
---
 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 7295921339..7e69e18976 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33034,6 +33034,23 @@ for @code{uint} and @code{fixed_hash}.")
 a trait for tuples.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-impls-1
+  (package
+    (name "rust-impls")
+    (version "1.0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "impls" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1g2i16vn99kmzfaag6df9bjg3k9p2p1jc3qdm5hqhlvhpmdn8iks"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/nvzqz/impls";)
+    (synopsis "Determine if a type implements a logical trait expression")
+    (description "Determine if a type implements a logical trait expression.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-include-dir-0.7
   (package
     (name "rust-include-dir")



reply via email to

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