Search Criteria
Package Details: uiua-git 0.14.0.dev.3.r1.ga56d089f-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.32 |
First Submitted: | 2024-09-18 23:46 (UTC) |
Last Updated: | 2025-02-03 08:01 (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)
- libffi (libffi-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (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!check
to yourmakepkg.conf
or use the--nocheck
flag. thank you though!0e4ef622 commented on 2025-01-31 01:08 (UTC)
check()
should runcargo test
with the--release
flag to avoid compiling everything twice.