wok-current annotate libconfig/description.txt @ rev 25520
created recipes for libluv and libluv-dev 1.44.2.1
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 24 15:44:32 2023 +0100 (23 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. |