all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75212] [PATCH rust-team 1/7] gnu: Add rust-alloc-counter-macro-0.0.2.
@ 2024-12-30 19:39 Herman Rimm via Guix-patches via
  2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 2/7] gnu: Add rust-alloc-counter-0.0.4 Herman Rimm via Guix-patches via
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-30 19:39 UTC (permalink / raw)
  To: 75212; +Cc: Efraim Flashner

* gnu/packages/crates-io.scm (rust-alloc-counter-macro-0.0.2): Add
variable.

Change-Id: I4459b8ed29afb4a0091eb7fce07e45f663cb7642
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0b38709201d..112276fe191 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1258,6 +1258,29 @@ (define-public rust-aligned-vec-0.5
     (description "This package provides an aligned vector and box containers.")
     (license license:expat)))
 
+(define-public rust-alloc-counter-macro-0.0.2
+  (package
+    (name "rust-alloc-counter-macro")
+    (version "0.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "alloc_counter_macro" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0nifqalryavmrdlkyv7cznp8yfjj16x0bjqzvjndw0fxk8gzhlhs"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+                       ("rust-quote" ,rust-quote-1)
+                       ("rust-syn" ,rust-syn-1))))
+    (home-page "https://gitlab.com/sio4/code/alloc-counter")
+    (synopsis "#[no_alloc] macro for alloc_counter")
+    (description
+     "This package provides the #[no_alloc] macro for the alloc_counter
+crate.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-alloc-no-stdlib-2
   (package
     (name "rust-alloc-no-stdlib")

base-commit: 4d478f0b404a86a0849722536f11fde0b1857bb8
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-12-30 19:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30 19:39 [bug#75212] [PATCH rust-team 1/7] gnu: Add rust-alloc-counter-macro-0.0.2 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 2/7] gnu: Add rust-alloc-counter-0.0.4 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 3/7] gnu: Add rust-libc-0.1 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 4/7] gnu: Add rust-mmap-0.1 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 5/7] gnu: Add rust-x86-0.47 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 6/7] gnu: Add rust-perfcnt-0.8 Herman Rimm via Guix-patches via
2024-12-30 19:47 ` [bug#75212] [PATCH rust-team 7/7] gnu: rust-simd-json-0.13: Remove snippet Herman Rimm via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.