guix-commits
[Top][All Lists]
Advanced

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

95/134: gnu: Add rust-stats-alloc-0.1.


From: guix-commits
Subject: 95/134: gnu: Add rust-stats-alloc-0.1.
Date: Sat, 22 Jan 2022 07:39:48 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit eabb69807b6f1d4c86b8e86d4745d14bbccfe1ea
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 15:10:51 2022 +0000

    gnu: Add rust-stats-alloc-0.1.
    
    * gnu/packages/crates-io.scm (rust-stats-alloc-0.1): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7d45a17522..356d2c8ab5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54946,6 +54946,27 @@ Rust.")
 Rust.")
     (license license:expat)))
 
+(define-public rust-stats-alloc-0.1
+  (package
+    (name "rust-stats-alloc")
+    (version "0.1.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "stats-alloc" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1l3rs4m0q8y78dr9r4wxwhncqakkqzic4bqc6sgrcwv2y9mwjq52"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "https://github.com/neoeinstein/stats_alloc";)
+    (synopsis "Allocator wrapper")
+    (description
+     "This package provides an allocator wrapper that allows for
+instrumenting global allocators.")
+    (license license:expat)))
+
 (define-public rust-stb-truetype-0.3
   (package
     (name "rust-stb-truetype")



reply via email to

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