guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/194: gnu: Add rust-gg-alloc-1.


From: guix-commits
Subject: 30/194: gnu: Add rust-gg-alloc-1.
Date: Tue, 3 Oct 2023 14:57:16 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 122dd3c4d3fb47177c2038242a51bec222874a4b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 16:24:41 2023 +0300

    gnu: Add rust-gg-alloc-1.
    
    * gnu/packages/crates-io.scm (rust-gg-alloc-1): New variable.
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 641ca92f4e..aa26352281 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27516,6 +27516,24 @@ getters and setters on fields.")
 @acronym{GFA, Graphical Fragment Assembly} format.")
     (license license:expat)))
 
+(define-public rust-gg-alloc-1
+  (package
+    (name "rust-gg-alloc")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "gg-alloc" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1fi2z9p5klgqbhgqxqxwz03j4axz4vf0s58mlndrxddy397i7r8y"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/Badel2/gg-alloc";)
+    (synopsis "Custom allocator that only returns pointers above 2G")
+    (description "This package provides a custom allocator that only returns
+pointers above 2G.")
+    (license license:gpl3)))
+
 (define-public rust-ghash-0.5
   (package
     (name "rust-ghash")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]