[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
381/472: gnu: Add rust-allocator-api2-0.2.
From: |
guix-commits |
Subject: |
381/472: gnu: Add rust-allocator-api2-0.2. |
Date: |
Tue, 18 Jul 2023 14:09:42 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 99ba8451fb291aa91e80ca94b5870d9649f503c0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 12:26:15 2023 +0300
gnu: Add rust-allocator-api2-0.2.
* gnu/packages/crates-io.scm (rust-allocator-api2-0.2): New variable.
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 41af74fd4b..cd733728c4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2879,6 +2879,26 @@ options to use calloc or a mutable global variable for
pre-zeroed memory.")
be used with the stdlib.")
(license license:bsd-3)))
+(define-public rust-allocator-api2-0.2
+ (package
+ (name "rust-allocator-api2")
+ (version "0.2.15")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "allocator-api2" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1sdgkqs0pyk61m4yjksl5fv8wld11s5rp7v4v3p5hhccvkw6rz2n"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-test-flags '("--lib")
+ #:cargo-inputs (("rust-serde" ,rust-serde-1))))
+ (home-page "https://github.com/zakarumych/allocator-api2")
+ (synopsis "Mirror of Rust's allocator API")
+ (description "Mirror of Rust's allocator API.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-always-assert-0.1
(package
(name "rust-always-assert")
- 323/472: gnu: Add rust-twofish-0.7., (continued)
- 323/472: gnu: Add rust-twofish-0.7., guix-commits, 2023/07/18
- 344/472: gnu: Add rust-fs-set-times-0.19., guix-commits, 2023/07/18
- 345/472: gnu: Add rust-fs-at-0.1., guix-commits, 2023/07/18
- 355/472: gnu: Add rust-codegenrs-2., guix-commits, 2023/07/18
- 354/472: gnu: Add rust-color-print-0.3., guix-commits, 2023/07/18
- 364/472: gnu: fd: Adjust for newer rust-clap-4., guix-commits, 2023/07/18
- 370/472: gnu: Add rust-idna-0.4., guix-commits, 2023/07/18
- 380/472: gnu: Add rust-adblock-0.5., guix-commits, 2023/07/18
- 382/472: gnu: rust-automod-1: Update to 1.0.11., guix-commits, 2023/07/18
- 387/472: gnu: Add rust-indexmap-2., guix-commits, 2023/07/18
- 381/472: gnu: Add rust-allocator-api2-0.2.,
guix-commits <=
- 391/472: gnu: rust-ref-cast-1: Update to 1.0.18., guix-commits, 2023/07/18
- 395/472: gnu: rust-rustversion-1: Update to 1.0.13., guix-commits, 2023/07/18
- 401/472: gnu: rust-serde-json-1: Update to 1.0.102., guix-commits, 2023/07/18
- 403/472: gnu: rust-serde-test-1: Update to 1.0.171., guix-commits, 2023/07/18
- 409/472: gnu: Add rust-equivalent-1., guix-commits, 2023/07/18
- 410/472: gnu: Add rust-ref-cast-test-suite-0.0.0., guix-commits, 2023/07/18
- 412/472: gnu: Add rust-cargo-config2-0.1., guix-commits, 2023/07/18
- 419/472: gnu: Add rust-goblin-0.7., guix-commits, 2023/07/18
- 431/472: gnu: rust-futures-macro-0.3: Update to 0.3.28., guix-commits, 2023/07/18
- 417/472: gnu: Add rust-scroll-0.11., guix-commits, 2023/07/18