[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44785] [PATCH v2 03/22] gnu: Add rust-num-bigint-dig-0.6.
From: |
Hartmut Goebel |
Subject: |
[bug#44785] [PATCH v2 03/22] gnu: Add rust-num-bigint-dig-0.6. |
Date: |
Mon, 23 Nov 2020 13:26:56 +0100 |
* gnu/packages/crates-io.scm (rust-num-bigint-dig-0.6): New variable.
---
gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9f07b022bb..92ccfe3c7e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16361,6 +16361,39 @@ including bigint, complex, rational, range iterators,
generic integers, and more
#:cargo-development-inputs
(("rust-rand" ,rust-rand-0.4))))))
+(define-public rust-num-bigint-dig-0.6
+ (package
+ (name "rust-num-bigint-dig")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "num-bigint-dig" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1aljx3bxfnzq35i9pkbqkj0d0hc1wjc2dd60wccjqylz1wrkrl5k"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-autocfg" ,rust-autocfg-0.1)
+ ("rust-byteorder" ,rust-byteorder-1)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-libm" ,rust-libm-0.2)
+ ("rust-num-integer" ,rust-num-integer-0.1)
+ ("rust-num-iter" ,rust-num-iter-0.1)
+ ("rust-num-traits" ,rust-num-traits-0.2)
+ ("rust-rand" ,rust-rand-0.7)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-smallvec" ,rust-smallvec-1)
+ ("rust-zeroize" ,rust-zeroize-1))))
+ (home-page
+ "https://github.com/dignifiedquire/num-bigint")
+ (synopsis "Big integer implementation for Rust")
+ (description "This package provides a big integer implementation
+for Rust")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-num-complex-0.3
(package
(name "rust-num-complex")
--
2.21.3
- [bug#44785] [PATCH v2 04/22] gnu: Add rust-memsec-0.6., (continued)
- [bug#44785] [PATCH v2 04/22] gnu: Add rust-memsec-0.6., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 02/22] gnu: Add rust-win-crypto-ng-0.2., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 01/22] gnu: Add rust-rpassword-5., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 05/22] gnu: Add rust-ena-0.14:, Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 08/22] gnu: Add rust-keccak-0.1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 10/22] gnu: Add rust-signature-derive-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 13/22] gnu: Add rust-curve25519-dalek-3., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 09/22] gnu: Add rust-merlin-2., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 11/22] gnu: Add rust-signature-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 12/22] gnu: Add rust-ed25519-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 03/22] gnu: Add rust-num-bigint-dig-0.6.,
Hartmut Goebel <=
- [bug#44785] [PATCH v2 06/22] gnu: Add rust-lalrpop-util-0.19., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 07/22] gnu: Add rust-lalrpop-0.19., Hartmut Goebel, 2020/11/23
- [bug#44817] [PATCH v2 21/22] gnu: rust-rusqlite: Update to 0.24., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 15/22] gnu: Add rust-dyn-clone-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 17/22] gnu: Add rust-base64-0.13., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 18/22] gnu: Add rust-hashlink-0.6., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 19/22] gnu: Add rust-hashbrown-0.9., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 20/22] gnu: Add rust-libsqlite3-sys-0.20., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 14/22] gnu: Add rust-ed25519-dalek-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 16/22] gnu: Add rust-bzip2-0.4., Hartmut Goebel, 2020/11/23