C/C++ Configuration File Library https://www.hyperrealm.com/libconfig/
Go to file
2024-01-06 04:01:39 +01:00
libconfig.spec automatic version update by autodist [release 1.7.3-1mamba;Sun Jun 20 2021] 2024-01-06 04:01:39 +01:00
README.md automatic version update by autodist [release 1.4.9-1mamba;Sun Oct 14 2012] 2024-01-06 04:01:38 +01:00

libconfig

libconfig is a simple library for processing structured configuration files. The file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code. The library includes bindings for both the C and C++ languages. It works on POSIX-compliant UNIX systems.