[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66717] [PATCH 25/64] gnu: Add rust-option-operations-0.4.
From: |
Steve George |
Subject: |
[bug#66717] [PATCH 25/64] gnu: Add rust-option-operations-0.4. |
Date: |
Mon, 23 Oct 2023 23:21:10 +0100 |
* gnu/packages/crates-io.scm (rust-option-operations-0.4): New variable.
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 93c9dfee10..9cf11d32cb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47065,6 +47065,27 @@ (define-public rust-option-ext-0.2
(description "Extends `Option` with additional operations")
(license license:mpl2.0)))
+(define-public rust-option-operations-0.4
+ (package
+ (name "rust-option-operations")
+ (version "0.4.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "option-operations" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "18jhy5sc56gwdvqc3asr6az685zc9zkgv8p8n69s94bcj6bibc22"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:cargo-inputs `(("rust-paste" ,rust-paste-1))))
+ (home-page "https://github.com/fengalin/option-operations")
+ (synopsis "Improved arithmetic operations when dealing with Rust Options")
+ (description
+ "Traits and auto-implementations to improve arithmetic operations
+usability when dealing with Rust Options.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-option-set-0.2
(package
(name "rust-option-set")
--
2.41.0
- [bug#66717] [PATCH 24/64] gnu: Add rust-cpal-0.13., (continued)
- [bug#66717] [PATCH 24/64] gnu: Add rust-cpal-0.13., Steve George, 2023/10/23
- [bug#66717] [PATCH 10/64] gnu: Add rust-alsa., Steve George, 2023/10/23
- [bug#66717] [PATCH 16/64] gnu: Add rust-oboe-0.4 and rust-oboe-sys-0.4., Steve George, 2023/10/23
- [bug#66717] [PATCH 20/64] gnu: Add rust-jack-0.8 and rust-jack-sys-0.2., Steve George, 2023/10/23
- [bug#66717] [PATCH 23/64] gnu: Add rust-ringbuf-0.2., Steve George, 2023/10/23
- [bug#66717] [PATCH 09/64] gnu: Add rust-alsa-sys., Steve George, 2023/10/23
- [bug#66717] [PATCH 18/64] gnu: Add rust-bindgen-0.56, Steve George, 2023/10/23
- [bug#66717] [PATCH 27/64] gnu: Add rust-pretty-hex., Steve George, 2023/10/23
- [bug#66717] [PATCH 14/64] gnu: Add rust-ndk-glue-0.6., Steve George, 2023/10/23
- [bug#66717] [PATCH 21/64] gnu: Add rust-hound-3., Steve George, 2023/10/23
- [bug#66717] [PATCH 25/64] gnu: Add rust-option-operations-0.4.,
Steve George <=
- [bug#66717] [PATCH 28/64] gnu: Add rust-gstreamer-sys-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 22/64] gnu: Update rust-cache-padded-1 to 1.3.0., Steve George, 2023/10/23
- [bug#66717] [PATCH 31/64] gnu: Add rust-gstreamer-base-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 30/64] gnu: Add rust-gstreamer-base-sys-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 29/64] gnu: Add rust-gstreamer-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 41/64] gnu: rust-libpulse-binding-2: Update to 2.28.1, Steve George, 2023/10/23
- [bug#66717] [PATCH 33/64] gnu: Add rust-gstreamer-app-0.18., Steve George, 2023/10/23
- [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