wok annotate libconfig/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
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.