[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66717] [PATCH 34/64] gnu: Add rust-array-init-2.
From: |
Steve George |
Subject: |
[bug#66717] [PATCH 34/64] gnu: Add rust-array-init-2. |
Date: |
Mon, 23 Oct 2023 23:21:19 +0100 |
* gnu/packages/crates-io.scm (rust-array-init-2): New variable.
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d7edc49fb6..8c21940432 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4088,6 +4088,28 @@ (define-public rust-arr-macro-0.1
do not implement the copy or default traits.")
(license (list license:expat license:asl2.0))))
+(define-public rust-array-init-2
+ (package
+ (name "rust-array-init")
+ (version "2.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "array-init" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1z0bh6grrkxlbknq3xyipp42rasngi806y92fiddyb2n99lvfqix"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:skip-build? #f))
+ (home-page "https://github.com/Manishearth/array-init/")
+ (synopsis "Safe wrapper for initializing fixed-size arrays")
+ (description
+ "A crate that removes the need to fill an array before running
+initialisers. Provides an init closure that's called for each element of the
+array.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-array-macro-1
(package
(name "rust-array-macro")
--
2.41.0
- [bug#66717] [PATCH 37/64] gnu: Add rust-jack-sys-0.4., (continued)
- [bug#66717] [PATCH 37/64] gnu: Add rust-jack-sys-0.4., Steve George, 2023/10/23
- [bug#66717] [PATCH 44/64] gnu: Add rust-portaudio-rs-0.3., Steve George, 2023/10/23
- [bug#66717] [PATCH 42/64] gnu Add rust-libpulse-simple-binding-2., Steve George, 2023/10/23
- [bug#66717] [PATCH 36/64] gnu: Add rust-gstreamer-audio-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 38/64] gnu: Add rust-jack-0.10., Steve George, 2023/10/23
- [bug#66717] [PATCH 45/64] gnu: Add rust-ogg-0.5., Steve George, 2023/10/23
- [bug#66717] [PATCH 26/64] gnu: Add rust-muldiv-1., Steve George, 2023/10/23
- [bug#66717] [PATCH 39/64] gnu: rust-libpulse-sys-1: Update to v1.21.0, Steve George, 2023/10/23
- [bug#66717] [PATCH 35/64] gnu: Add rust-gstreamer-audio-sys-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 40/64] gnu: Add rust-libpulse-simple-sys-1., Steve George, 2023/10/23
- [bug#66717] [PATCH 34/64] gnu: Add rust-array-init-2.,
Steve George <=
- [bug#66717] [PATCH 32/64] gnu: Add rust-gstreamer-app-sys-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 43/64] gnu: Add rust-portaudio-sys-0.1., Steve George, 2023/10/23
- [bug#66717] [PATCH 46/64] gnu: Add rust-mp4parse-0.8., Steve George, 2023/10/23
- [bug#66717] [PATCH 50/64] gnu: Add rust-minimp3-0.5., Steve George, 2023/10/23
- [bug#66717] [PATCH 47/64] gnu: Add rust-claxon-0.4., Steve George, 2023/10/23
- [bug#66717] [PATCH 52/64] gnu: Add rust-symphonia-metadata-0.4., Steve George, 2023/10/23
- [bug#66717] [PATCH 48/64] gnu: Add rust-slice-deque-0.3., Steve George, 2023/10/23
- [bug#66717] [PATCH 51/64] gnu: Add rust-symphonia-core-0.4., Steve George, 2023/10/23
- [bug#66717] [PATCH 49/64] gnu: Add rust-minimp3-sys-0.3., Steve George, 2023/10/23
- [bug#66717] [PATCH 55/64] gnu: rust-symphonia-bundle-mp3-0.4., Steve George, 2023/10/23