guix-patches
[Top][All Lists]
Advanced

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

[bug#69048] [PATCH 14/32] gnu: Add rust-elain-0.3.


From: Hartmut Goebel
Subject: [bug#69048] [PATCH 14/32] gnu: Add rust-elain-0.3.
Date: Sun, 11 Feb 2024 12:43:23 +0100

* gnu/packages/crates-io.scm (rust-elain-0.3): New variable.
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c8c2803f0b..8335a96333 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23827,6 +23827,24 @@ (define-public rust-either-1
 @code{Right} is a general purpose sum type with two cases.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-elain-0.3
+  (package
+    (name "rust-elain")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "elain" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0wgpyy0m48vdnrip0f4x1h8w4bp2lxgy8pqk78qwhrbxmr7hj8im"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/jswrenn/elain";)
+    (synopsis "Set a type's minimum alignment with const generics")
+    (description "Set the minimum alignments of types using const generics,
+rather than @code{#[repr(align(N))]}.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-elf-0.0.10
   (package
     (name "rust-elf")
-- 
2.41.0






reply via email to

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