libconfig/README.md

5 lines
356 B
Markdown
Raw Normal View History

2024-01-06 04:01:35 +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.