[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
108/311: gnu: Add rust-gix-hashtable-0.2.
From: |
guix-commits |
Subject: |
108/311: gnu: Add rust-gix-hashtable-0.2. |
Date: |
Sat, 28 Oct 2023 16:38:21 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit c43beee9943bd739f312de82abfc3b701f54e1e4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 09:11:44 2023 +0300
gnu: Add rust-gix-hashtable-0.2.
* gnu/packages/crates-io.scm (rust-gix-hashtable-0.2): New variable.
Change-Id: Ic0a10b703287f1265338787a9c12e5be35dd4178
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aee5927ded..b16cff2b95 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29829,6 +29829,30 @@ libcurl, which is intended to be used with the
@code{git2} crate.")
("rust-log" ,rust-log-0.4)
("rust-url" ,rust-url-2))))))
+(define-public rust-gix-hashtable-0.2
+ (package
+ (name "rust-gix-hashtable")
+ (version "0.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "gix-hashtable" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "13f5v6vghfpzxm5xkmk86gjhsjfqng9rpam37hqjssgkxkk4qprq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-gix-hash" ,rust-gix-hash-0.11)
+ ("rust-hashbrown" ,rust-hashbrown-0.14)
+ ("rust-parking-lot" ,rust-parking-lot-0.12))))
+ (home-page "https://github.com/Byron/gitoxide")
+ (synopsis "Hashtable based data structures optimized to utilize ObjectId
keys")
+ (description
+ "This package provides a crate that provides hashtable based data
structures
+optimized to utilize @code{ObjectId} keys.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-gix-ignore-0.3
(package
(name "rust-gix-ignore")
- 293/311: gnu: rust-tectonic-engine-spx2html-0.1: Build package., (continued)
- 293/311: gnu: rust-tectonic-engine-spx2html-0.1: Build package., guix-commits, 2023/10/28
- 297/311: gnu: rust-tectonic-geturl-0.3: Update to 0.3.2., guix-commits, 2023/10/28
- 226/311: gnu: rust-string-cache-0.8: Update to 0.8.7., guix-commits, 2023/10/28
- 270/311: gnu: Add rust-ui-test-0.7., guix-commits, 2023/10/28
- 276/311: gnu: Remove rust-trybuild-1.0.19., guix-commits, 2023/10/28
- 229/311: gnu: Add rust-terminal-size-0.3., guix-commits, 2023/10/28
- 279/311: gnu: Remove rust-cbindgen-0.16., guix-commits, 2023/10/28
- 287/311: gnu: rust-tectonic-bridge-icu-0.2: Build package., guix-commits, 2023/10/28
- 288/311: gnu: rust-tectonic-bundles-0.3: Update to 0.3.1., guix-commits, 2023/10/28
- 290/311: gnu: rust-tectonic-dep-support-0.1: Update to 0.1.1., guix-commits, 2023/10/28
- 108/311: gnu: Add rust-gix-hashtable-0.2.,
guix-commits <=
- 120/311: gnu: Add rust-gix-command-0.2., guix-commits, 2023/10/28
- 124/311: gnu: Add rust-gix-actor-0.21., guix-commits, 2023/10/28
- 131/311: gnu: Add rust-sval-derive-2., guix-commits, 2023/10/28
- 133/311: gnu: Add rust-sval-serde-2., guix-commits, 2023/10/28
- 136/311: gnu: Add rust-sval-fmt-2., guix-commits, 2023/10/28
- 140/311: gnu: Add rust-sval-buffer-2., guix-commits, 2023/10/28
- 151/311: gnu: rust-base64-0.12: Cleanup package., guix-commits, 2023/10/28
- 156/311: gnu: rust-atomic-polyfill-0.1: Update to 0.1.11., guix-commits, 2023/10/28
- 160/311: gnu: rust-objc2-encode-2: Skip test suite., guix-commits, 2023/10/28
- 164/311: gnu: rust-num-bigint-0.4: Update to 0.4.4., guix-commits, 2023/10/28