V wrapper around the aurweb RPC interface.
This repository has been archived on 2026-02-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-06-22 13:46:35 +02:00
.gitignore Initial commit & PoC 2022-06-22 11:42:16 +02:00
aur.v feat: added info function 2022-06-22 13:42:55 +02:00
client.v feat: properly handle RPC errors 2022-06-22 13:46:35 +02:00
Makefile feat: added info function 2022-06-22 13:42:55 +02:00
README.md Initial commit & PoC 2022-06-22 11:42:16 +02:00
v.mod Initial commit & PoC 2022-06-22 11:42:16 +02:00

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.