Search Criteria
Package Details: uiua 0.0.20-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/uiua.git (read-only, click to copy) |
---|---|
Package Base: | uiua |
Description: | An array-oriented stack programming language |
Upstream URL: | https://www.uiua.org |
Licenses: | MIT |
Submitter: | grawlinson |
Maintainer: | None |
Last Packager: | grawlinson |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-09-28 07:38 (UTC) |
Last Updated: | 2023-10-18 08:43 (UTC) |
Dependencies (5)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
pingwt commented on 2024-07-03 20:30 (UTC)
uiua now has actual releases, so you don't need to use the commits anymore.
mzakyr42 commented on 2024-04-17 06:27 (UTC)
uhh why it has _commit?
grawlinson commented on 2023-09-30 20:24 (UTC)
Gotcha, thanks for the help! :)
nashamri commented on 2023-09-30 10:19 (UTC)
Indeed it's not working and the fix as @wackbyte said. But it should be
--features audio
not--feature audio
.wackbyte commented on 2023-09-29 16:30 (UTC)
The package is broken.
--all-features
should be replaced with--feature audio
, as theprofile
feature flag replaces the interpreter with a profiler.