GNU bug report logs -
#70146
[PATCH rust-team 000/147] tree-sitter: Update to 0.22.2.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-wasmtime-versioned-export-macros-18):
New variable.
Change-Id: If285c3297f5b15d4e4e15ec22a01d9315c2c2eba
---
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 d097776c5c..956e7c685b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -78744,6 +78744,29 @@ (define-public rust-wasmtime-types-18
definitions for Cranelift.")
(license license:asl2.0))) ;; With LLVM exception.
+(define-public rust-wasmtime-versioned-export-macros-18
+ (package
+ (name "rust-wasmtime-versioned-export-macros")
+ (version "18.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wasmtime-versioned-export-macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "18a7zihkrrz9cwxrpbdbiqp5ils0bq6cjjhxrzw44v10dmbdgf2a"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))))
+ (home-page "https://github.com/bytecodealliance/wasmtime")
+ (synopsis "Macros for defining versioned exports in Wasmtime")
+ (description "This package provides macros for defining versioned
+exports in Wasmtime.")
+ (license license:asl2.0))) ;; With LLVM exception.
+
(define-public rust-wasmtime-wit-bindgen-18
(package
(name "rust-wasmtime-wit-bindgen")
--
2.41.0
This bug report was last modified 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.