V wrapper around the aurweb RPC interface.
 
 
 
Go to file
Jef Roosens edd9e3fde9
refactor: switch to new ! syntax
2022-11-01 20:58:53 +01:00
.gitignore Initial commit & PoC 2022-06-22 11:42:16 +02:00
Makefile feat: added info function 2022-06-22 13:42:55 +02:00
README.md docs: add notice in README about installation 2022-06-22 13:47:33 +02:00
aur.v fix: added missing package_base field 2022-06-22 16:32:41 +02:00
client.v refactor: switch to new ! syntax 2022-11-01 20:58:53 +01:00
v.mod Initial commit & PoC 2022-06-22 11:42:16 +02:00

README.md

AUR

This library provides a wrapper around the aurweb RPC interface.

This library is largely inspired by raur; this is basically a re-write of raur in V.

Installation

You can install this as a local module using

v install --git https://git.rustybever.be/vieter-v/aur