wok-current annotate libconfig/description.txt @ rev 25474
openjdk-6-src: use find from findutils in place of busybox find
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 13 16:42:57 2022 +0100 (2022-10-13) |
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. |