wok annotate libconfig/description.txt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (22 months ago)
parents
children
rev   line source
Hans-G?nter@24725 1 Libconfig is a simple library for processing structured configuration
Hans-G?nter@24725 2 files, like this one.
Hans-G?nter@24725 3 This file format is more compact and more readable than XML.
Hans-G?nter@24725 4 And unlike XML, it is type-aware, so it is not necessary to do string
Hans-G?nter@24725 5 parsing in application code.
Hans-G?nter@24725 6
Hans-G?nter@24725 7 Libconfig is very compact - a fraction of the size of the expat XML
Hans-G?nter@24725 8 parser library. This makes it well-suited for memory-constrained systems.
Hans-G?nter@24725 9
Hans-G?nter@24725 10 The library includes bindings for both the C and C++ languages.
Hans-G?nter@24725 11 It works on POSIX-compliant UNIX and UNIX-like systems.