V wrapper around the aurweb RPC interface.
 
 
 
Go to file
Jef Roosens 3d39132646
feat: completed Package struct
2022-06-22 11:58:12 +02:00
.gitignore Initial commit & PoC 2022-06-22 11:42:16 +02:00
README.md Initial commit & PoC 2022-06-22 11:42:16 +02:00
aur.v feat: completed Package struct 2022-06-22 11:58:12 +02:00
client.v feat: completed Package struct 2022-06-22 11:58:12 +02:00
request.v Initial commit & PoC 2022-06-22 11:42:16 +02:00
search.v feat: completed Package struct 2022-06-22 11:58:12 +02: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.