No description
Find a file
2021-04-10 16:10:28 +02:00
.github/workflows Another try to fix gh pages 2021-04-10 15:51:08 +02:00
.vscode Configure vscode tasks for test and lint 2021-04-09 19:55:40 +02:00
src Move usage documentation to gh pages 2021-04-10 16:04:01 +02:00
tests Fix info return value and add docs 2021-04-10 12:32:18 +02:00
.gitignore Organize out dir 2021-04-09 00:10:59 +02:00
aur.nimble Release v0.2.0 2021-04-10 16:10:28 +02:00
LICENSE Create LICENSE 2021-04-10 00:21:12 +02:00
nim.cfg Organize out dir 2021-04-09 00:10:59 +02:00
README.md Release v0.2.0 2021-04-10 16:10:28 +02:00

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.