Index: ossp-web/new/news.txt RCS File: /v/ossp/cvs/ossp-web/new/news.txt,v rcsdiff -q -kk '-r1.106' '-r1.107' -u '/v/ossp/cvs/ossp-web/new/news.txt,v' 2>/dev/null --- news.txt 2004/11/18 16:06:10 1.106 +++ news.txt 2004/11/27 20:02:38 1.107 @@ -1,3 +1,4 @@ +27-Nov-2004: Released L 0.9.5 18-Nov-2004: Released L 1.1.1 03-Nov-2004: Released L 1.1.0 31-Oct-2004: Released L 0.9.4 Index: ossp-web/pkg/lib/cfg/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/cfg/index.wml,v co -q -kk -p'1.11' '/v/ossp/cvs/ossp-web/pkg/lib/cfg/index.wml,v' | diff -u /dev/null - -L'ossp-web/pkg/lib/cfg/index.wml' 2>/dev/null --- ossp-web/pkg/lib/cfg/index.wml +++ - 2025-04-04 17:31:58.029379345 +0200 @@ -0,0 +1,54 @@ + +#use wml::ossp area=pkg:lib subarea=cfg + +OSSP cfg + +

Configuration Parsing

+ +

Abstract

+ +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. + +

+Additionally the configuration syntax provides complex +single/double/balanced quoting of tokens, hexadecimal/octal/decimal +character encodings, character escaping, C/C++ and Shell-style +comments, etc. The library API allows importing a configuration text +into an Abstract Syntax Tree (AST), traversing the AST and optionally +exporting the AST again as a configuration text. + +

Documentation

+ +, +. + +

Authors

+ + + +

Status

+ + + +

Source

+ + + +

Donation

+ + + Index: ossp-web/pkg/lib/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/index.wml,v rcsdiff -q -kk '-r1.92' '-r1.93' -u '/v/ossp/cvs/ossp-web/pkg/lib/index.wml,v' 2>/dev/null --- index.wml 2004/11/18 16:06:11 1.92 +++ index.wml 2004/11/27 20:02:39 1.93 @@ -54,7 +54,7 @@ done=95 stable=none unstable=0.9.2> + done=95 stable=none unstable=0.9.5>