Search Criteria
Package Details: uiua 0.17.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/uiua.git (read-only, click to copy) |
|---|---|
| Package Base: | uiua |
| Description: | A stack-based array programming language |
| Upstream URL: | https://www.uiua.org/ |
| Licenses: | MIT |
| Submitter: | grawlinson |
| Maintainer: | wackbyte |
| Last Packager: | wackbyte |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-09-28 07:38 (UTC) |
| Last Updated: | 2025-10-07 22:38 (UTC) |
Dependencies (6)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libffi (libffi-gitAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
Latest Comments
wackbyte commented on 2024-12-01 21:06 (UTC)
fix going up soon--i forgot to put
--featuresbefore the list of features...qexat commented on 2024-12-01 20:56 (UTC)
Hello,
build()seems to fail on my end. Can anyone else reproduce?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 audionot--feature audio.wackbyte commented on 2023-09-29 16:30 (UTC)
The package is broken.
--all-featuresshould be replaced with--feature audio, as theprofilefeature flag replaces the interpreter with a profiler.