[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/62: gnu: Add rust-imbl-2.
From: |
guix-commits |
Subject: |
12/62: gnu: Add rust-imbl-2. |
Date: |
Wed, 13 Mar 2024 16:22:16 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 4b99bb7c12c15663e09b95ce7a4e28dda5df9b60
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:10 2024 +0100
gnu: Add rust-imbl-2.
* gnu/packages/crates-io.scm (rust-imbl-2): Add variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I904baa98db26a77c909ce6b1a9677c183d2e23a8
---
gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e28ae93aae..eb111d916a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29832,6 +29832,45 @@ variant of this library is available separately as
@code{im}.")
(description "This package provides a minimal terminfo libary.")
(license license:asl2.0)))
+(define-public rust-imbl-2
+ (package
+ (name "rust-imbl")
+ (version "2.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "imbl" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "11bhchs0d1bbbmr8ari4y4d62vqxs7xg4fkhjlhgbv98h0n193cp"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1)
+ ("rust-bitmaps" ,rust-bitmaps-3)
+ ("rust-imbl-sized-chunks" ,rust-imbl-sized-chunks-0.1)
+ ("rust-proptest" ,rust-proptest-1)
+ ("rust-quickcheck" ,rust-quickcheck-1)
+ ("rust-rand-core" ,rust-rand-core-0.6)
+ ("rust-rand-xoshiro" ,rust-rand-xoshiro-0.6)
+ ("rust-rayon" ,rust-rayon-1)
+ ("rust-refpool" ,rust-refpool-0.4)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-version-check" ,rust-version-check-0.9))
+ #:cargo-development-inputs
+ (("rust-metrohash" ,rust-metrohash-1)
+ ("rust-pretty-assertions" ,rust-pretty-assertions-1)
+ ("rust-proptest" ,rust-proptest-1)
+ ("rust-proptest-derive" ,rust-proptest-derive-0.4)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-rayon" ,rust-rayon-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-static-assertions" ,rust-static-assertions-1))))
+ (home-page "https://github.com/jneem/imbl")
+ (synopsis "Immutable collection datatypes")
+ (description "This crate provides immutable collection datatypes.")
+ (license license:mpl2.0)))
+
(define-public rust-imbl-sized-chunks-0.1
(package
(name "rust-imbl-sized-chunks")
- 37/62: gnu: rust-schemars-derive-0.8: Update to 0.8.16., (continued)
- 37/62: gnu: rust-schemars-derive-0.8: Update to 0.8.16., guix-commits, 2024/03/13
- 55/62: gnu: rust-time-macros-0.2: Update to 0.2.17., guix-commits, 2024/03/13
- 58/62: gnu: rust-zerocopy-0.7: Accept newer versions of dependencies., guix-commits, 2024/03/13
- 41/62: gnu: rust-signature-derive-2: Update to 2.1.0., guix-commits, 2024/03/13
- 56/62: gnu: rust-time-0.3: Update to 0.3.34., guix-commits, 2024/03/13
- 31/62: gnu: Add rust-eyeball-im-0.4., guix-commits, 2024/03/13
- 50/62: gnu: Place rust-lettre-email-0.9 in alphabetical order., guix-commits, 2024/03/13
- 53/62: gnu: llvm-17: Fix building on riscv64-linux., guix-commits, 2024/03/13
- 08/62: gnu: Add rust-compiletest-rs-0.9., guix-commits, 2024/03/13
- 14/62: gnu: Place rust-thousands-0.2 in alphabetical order., guix-commits, 2024/03/13
- 12/62: gnu: Add rust-imbl-2.,
guix-commits <=
- 11/62: gnu: Add rust-imbl-sized-chunks-0.1., guix-commits, 2024/03/13
- 15/62: gnu: Place rust-twox-hash-1 in alphabetical order., guix-commits, 2024/03/13
- 20/62: gnu: Place rust-rpassword-5 in alphabetical order., guix-commits, 2024/03/13
- 22/62: gnu: Place rust-rpassword-7 in alphabetical order., guix-commits, 2024/03/13
- 25/62: gnu: Place rust-roxmltree-0.14 in alphabetical order., guix-commits, 2024/03/13
- 29/62: gnu: Add rust-readlock-tokio-0.1., guix-commits, 2024/03/13
- 26/62: gnu: Place rust-rodio-0.15 in alphabetical order., guix-commits, 2024/03/13
- 28/62: gnu: Add rust-readlock-0.1., guix-commits, 2024/03/13
- 30/62: gnu: Add rust-eyeball-0.8., guix-commits, 2024/03/13
- 34/62: gnu: Add rust-k256-0.13., guix-commits, 2024/03/13