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 releaseGenerate the documentation (optional):
make docsRun the test suite (optional):
make checkInstalls the library:
make installTo uninstall the library:
make uninstallFeel free to contribute to the project. You can see improvements ideas in the projects tab. See more details how to contribute in contributing.md