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.
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
See here.