[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74551] [PATCH v2 43/49] gnu: Add rust-wasite-0.1.
From: |
Jordan Moore |
Subject: |
[bug#74551] [PATCH v2 43/49] gnu: Add rust-wasite-0.1. |
Date: |
Sat, 30 Nov 2024 11:55:18 -0500 |
* gnu/packages/crates-io.scm (rust-wasite-0.1): New variable.
Change-Id: I4f19bbc605c62fd23d5c2808f2abcd5abbc76a4f
---
gnu/packages/crates-io.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 85a520bb6e..4ed3388c10 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -93969,6 +93969,23 @@ (define-public rust-wasi-0.9
(base32
"06g5v3vrdapfzvfq662cij7v8a1flwr2my45nnncdv2galrdzkfc"))))))
+(define-public rust-wasite-0.1
+ (package
+ (name "rust-wasite")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wasite" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0nw5h9nmcl4fyf4j5d4mfdjfgvwi1cakpi349wc4zrr59wxxinmq"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/ardaku/wasite/blob/stable/CHANGELOG.md")
+ (synopsis "WASI Terminal Environment API")
+ (description "This package provides WASI Terminal Environment API.")
+ (license (list license:asl2.0 license:boost1.0 license:expat))))
+
(define-public rust-wasm-bindgen-0.2
(package
(name "rust-wasm-bindgen")
--
2.46.0
- [bug#74551] [PATCH v2 47/49] gnu: Add rust-windows-implement-0.56., (continued)
- [bug#74551] [PATCH v2 47/49] gnu: Add rust-windows-implement-0.56., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 45/49] gnu: rust-whoami-1: Update to 1.5.2., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 48/49] gnu: rust-indexmap-2: Update to 2.6.0., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 49/49] gnu: Add starship., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 28/49] gnu: Add rust-process-control-5., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 26/49] gnu: rust-pest-generator-2: Update to 2.7.14., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 31/49] gnu: Add rust-shadow-rs-0.35., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 40/49] gnu: Add rust-unicode-width-0.2., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 42/49] gnu: Add rust-versions-6., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 46/49] gnu: Add rust-yaml-rust2-0.9., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 43/49] gnu: Add rust-wasite-0.1.,
Jordan Moore <=
- [bug#74551] [PATCH v2 44/49] gnu: rust-which-6: Update to 6.0.3., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 39/49] gnu: rust-unicode-segmentation-1: Update to 1.12.0., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 19/49] gnu: Add rust-mockall-derive-0.13., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 37/49] gnu: rust-toml-edit-0.22: Update to 0.22.22., Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 36/49] gnu: Add rust-termwiz-0.15., Jordan Moore, 2024/11/30