blob: 12a6e28c987d6b6d78c6de21ed57c8887fe7783b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration
files. A configuration is sequence of directives. Each directive consists of
zero or more tokens. Each token can be either a string or again a complete
sequence. This means the configuration syntax has a recursive structure and
this way allows to create configurations with arbitrarily nested sections.
WWW: http://www.ossp.org/pkg/lib/cfg/
-- AlanE@FreeBSD.org
|