wok diff libconfig/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libconfig/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +Libconfig is a simple library for processing structured configuration
     1.5 +files, like this one.
     1.6 +This file format is more compact and more readable than XML.
     1.7 +And unlike XML, it is type-aware, so it is not necessary to do string
     1.8 +parsing in application code.
     1.9 +
    1.10 +Libconfig is very compact - a fraction of the size of the expat XML
    1.11 +parser library. This makes it well-suited for memory-constrained systems.
    1.12 +
    1.13 +The library includes bindings for both the C and C++ languages.
    1.14 +It works on POSIX-compliant UNIX and UNIX-like systems.