pkgcraft-c
C library for pkgcraft.
Note that this library is highly experimental and will not follow semantic versioning before reaching its 1.0.0 release.
Development
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:
# clone the pkgcraft workspace and pull the latest project updates
# build the C library
# build and run the tests
&&