mirror of
https://github.com/hnicke/aur.nim
synced 2026-01-14 11:31:45 +00:00
No description
| .github/workflows | ||
| .vscode | ||
| src | ||
| tests | ||
| .gitignore | ||
| aur.nimble | ||
| LICENSE | ||
| nim.cfg | ||
| README.md | ||
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.