aur
A client for the Arch Linux User Repository (AUR)
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install aur
choosenim install aur
git clone https://github.com/hnicke/aur.nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| aur | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/hnicke/aur.nim |
|---|---|
| Homepage | https://github.com/hnicke/aur.nim |
| Registry Source | nimble_official |
README
aur.nim
A nim client for the Arch User Repository (AUR).
This simple wrapper around the Aurweb RPC interface allows searching the AUR for information about packages.
Installation
Add the following to your .nimble file:
# Dependencies
requires "aur >= 0.2.0"
Or, to install globally to your Nimble cache run the following command:
nimble install aur
Documentation
See here.