Search Criteria
Package Details: uiua 0.14.0-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: | 2024-12-21 00:39 (UTC) |
Dependencies (7)
- 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)
- libffi (libffi-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
wackbyte commented on 2024-12-01 21:06 (UTC)
fix going up soon--i forgot to put
--features
before 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 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.