Search Criteria
Package Details: uiua-git 0.17.0.r5.g7f55d31c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/uiua-git.git (read-only, click to copy) |
|---|---|
| Package Base: | uiua-git |
| Description: | A stack-based array programming language |
| Upstream URL: | https://www.uiua.org/ |
| Licenses: | MIT |
| Conflicts: | uiua |
| Provides: | uiua |
| Submitter: | wackbyte |
| Maintainer: | wackbyte |
| Last Packager: | wackbyte |
| Votes: | 2 |
| Popularity: | 0.000025 |
| First Submitted: | 2024-09-18 23:46 (UTC) |
| Last Updated: | 2025-09-24 20:09 (UTC) |
Dependencies (7)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libffi (libffi-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
wackbyte commented on 2025-01-31 01:37 (UTC)
since the release profile disables certain debug assertions that might be important in tests, i'm uncertain about this. if disabling
check()is okay, you could add!checkto yourmakepkg.confor use the--nocheckflag. thank you though!0e4ef622 commented on 2025-01-31 01:08 (UTC)
check()should runcargo testwith the--releaseflag to avoid compiling everything twice.