Posts Tagged ‘configuration’
libconfig may be yet another configuration library, but I gave it a once-over anyway, and it is good. libconfig calls itself "a simple library for processing structured configuration files", with a "file format which is much more readable than XML". The file format really is readable, as the following short example shows:
# authenticator
name = "JP";
enabled [...]
