[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49383] [PATCH v2 01/26] gnu: Add rust-pdqselect-0.1
From: |
Domagoj Stolfa |
Subject: |
[bug#49383] [PATCH v2 01/26] gnu: Add rust-pdqselect-0.1 |
Date: |
Sun, 11 Jul 2021 15:55:33 +0100 |
* gnu/packages/crates-io.scm (rust-pdqselect-0.1): New public 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 b97ef478a4..c4ec0ea1c5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31225,6 +31225,28 @@ in pure Rust.")
"This package provides FFI bindings for PDCurses implementation.")
(license license:expat)))
+(define-public rust-pdqselect-0.1
+ (package
+ (name "rust-pdqselect")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "pdqselect" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "09vwywzavhgqgr3vi2ycgv2nd0067jirv36fb3jvp860xikigjaf"))))
+ (build-system cargo-build-system)
+ (home-page "https://crates.io/crates/pdqselect")
+ (synopsis
+ "Selects the kth smallest element of a slice")
+ (description
+ "Selects the kth smallest element of a slice, based on Orson Peters's
+pdqsort.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-pear-0.1
(package
(name "rust-pear")
--
2.32.0
- [bug#49386] [PATCH 05/21] gnu: Add rust-postgres-0.19, (continued)
- [bug#49387] [PATCH 06/21] gnu: Add rust-tokio-postgres-0.7, Domagoj Stolfa, 2021/07/04
- [bug#49399] [PATCH 17/21] gnu: Add rust-geo-types-0.7, Domagoj Stolfa, 2021/07/04
- [bug#49402] [PATCH 21/21] gnu: Add rust-pdqselect-0.1, Domagoj Stolfa, 2021/07/04
- [bug#49383] [PATCH 00/21] Add hyperfine, Xinglu Chen, 2021/07/11
- [bug#49383] [PATCH v2 00/26] Addressing comments, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 01/26] gnu: Add rust-pdqselect-0.1,
Domagoj Stolfa <=
- [bug#49383] [PATCH v2 02/26] gnu: Add rust-postgres-derive-0.4, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 03/26] gnu: Add rust-rstar-0.9, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 05/26] gnu: Add rust-bit-vec-0.6, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 09/26] gnu: rust-eax-0.3: Use rust-cipher-0.3., Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 11/26] gnu: Add rust-crypto-mac-0.11, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 12/26] gnu: Add rust-streebog-0.9, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 13/26] gnu: Add rust-hmac-0.11, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 14/26] gnu: Add rust-hmac-0.10, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 04/26] gnu: Add rust-geo-types-0.7, Domagoj Stolfa, 2021/07/11
- [bug#49383] [PATCH v2 06/26] gnu: Add rust-cipher-0.3, Domagoj Stolfa, 2021/07/11