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-regalloc2-0.9): New variable.
Change-Id: I1589e04c2bef0e27c646708bfd7376f1b8384793
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f5c90790f5..c728849d6b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54530,6 +54530,34 @@ (define-public rust-refpool-0.4
memory to speed up reallocation.")
(license license:mpl2.0)))
+(define-public rust-regalloc2-0.9
+ (package
+ (name "rust-regalloc2")
+ (version "0.9.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "regalloc2" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "19i94jyjma82hgyf5wj83zkqc5wnfxnh38k3lcj7m6w7ki9ns5dd"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-hashbrown" ,rust-hashbrown-0.13)
+ ("rust-libfuzzer-sys" ,rust-libfuzzer-sys-0.4)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-slice-group-by" ,rust-slice-group-by-0.3)
+ ("rust-smallvec" ,rust-smallvec-1))))
+ (home-page "https://github.com/bytecodealliance/regalloc2")
+ (synopsis "Backtracking register allocator")
+ (description "This package provides a library for a backtracking register
+allocator inspired from IonMonkey.")
+ ;; With LLVM exception.
+ (license license:asl2.0)))
+
(define-public rust-regex-1
(package
(name "rust-regex")
--
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.