Search Criteria
Package Details: spinframework-cli 3.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spinframework-cli.git (read-only, click to copy) |
---|---|
Package Base: | spinframework-cli |
Description: | an open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly |
Upstream URL: | https://spinframework.dev/ |
Licenses: | Apache-2.0 |
Submitter: | gdamjan |
Maintainer: | gdamjan |
Last Packager: | gdamjan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-07-22 13:11 (UTC) |
Last Updated: | 2025-07-22 13:11 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- sqlite (sqlite-fossilAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust-wasm (rustup-gitAUR, rustup) (make)
Latest Comments
gdamjan commented on 2023-03-23 12:17 (UTC) (edited on 2025-02-03 11:58 (UTC) by gdamjan)
References:
The
wasm32-wasip1
rustup target is required, but currently it's not easy to add that dependency in Arch packages (or I don't know how). Add it withrustup target add wasm32-wasip1
.