C library for pkgcraft.
Note that this library is highly experimental and will not follow semantic versioning before reaching its 1.0.0 release.
Requirements: cargo-c, meson (to build and run the tests), and everything required to build pkgcraft
Use the following commands to set up a dev environment:
```bash
git clone --recurse-submodules https://github.com/pkgcraft/pkgcraft-workspace.git cd pkgcraft-workspace git submodule update --recursive --remote
source ./build pkgcraft-c
meson setup target/build pkgcraft-c && meson test -C target/build ```