GNU bug report logs - #76513
[PATCH rust-team 00/77] Add module (gnu packages typst) and packages

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Sun, 23 Feb 2025 20:06:01 UTC

Severity: normal

Tags: patch

Done: Andrew Wong <wongandj <at> icloud.com>

Full log


View this message in rfc822 format

From: Andrew Wong <wongandj <at> icloud.com>
To: 76513 <at> debbugs.gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>, Divya Ranjan Pattanaik <divya <at> subvertising.org>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#76513] [PATCH rust-team 69/77] gnu: Add rust-wasmi-collections-0.36.
Date: Sun, 23 Feb 2025 15:22:00 -0500
* gnu/packages/crates-io.scm (rust-wasmi-collections-0.36): New variable.

Change-Id: I999071e1ef5efc9ceb287ddb9b0db8befc669958
---
 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 05ead5b1dd..0c28e03a49 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -93458,6 +93458,29 @@ (define-public rust-wasmi-collections-0.40
      "This package provides Specialized data structures for the Wasmi interpreter.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-wasmi-collections-0.36
+  (package
+    (name "rust-wasmi-collections")
+    (version "0.36.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wasmi_collections" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "016lc6mmaah6dwls1jnxmg79lz9clz2ndgcy749yjs80zc5w3pcf"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
+                       ("rust-hashbrown" ,rust-hashbrown-0.14)
+                       ("rust-string-interner" ,rust-string-interner-0.17))))
+    (home-page "https://github.com/wasmi-labs/wasmi")
+    (synopsis "Specialized data structures for the Wasmi interpreter")
+    (description
+     "This package provides Specialized data structures for the Wasmi interpreter.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-wasite-0.1
   (package
     (name "rust-wasite")
-- 
2.48.1





This bug report was last modified 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.