The libngi (next gen ini library) is a library to parse a .ngi file which has a simple syntax to create configuration files (inspired from the ini format). The library will be more extensible in the future to do crazy things. See more details on the library in details.md
See dependencies in dependencies.md
Compiles the release version of the library:
make release
Generate the documentation (optional):
make docs
Run the test suite (optional):
make check
Installs the library:
make install
To uninstall the library:
make uninstall
Feel free to contribute to the project. You can see improvements ideas in the projects tab. See more details how to contribute in contributing.md