wok annotate libconfig/description.txt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +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.