set |
This is the dotconf:std metapackage.
It pulls in all subpackages of dotconf:std. |
primary |
dot.conf is a simple configuration-file parser library written in C.
The configuration files created for dot.conf look very similar to
those used by the Apache Webserver. Even Container-Directives known
from httpd.conf can easily be used in the exact same manner as for
Apache-Modules. It supports various types of arguments, dynamically
loadable modules that create their own configuration options
on-the-fly, a here-documents feature to pass very long ARG_STR data
to your app, ${NAME:-default} style environment variable
substitution for arguments, and on-the-fly inclusion of additional
config files. Some behaviour can be toggled with flags at runtime.
To keep dotconf from printing out warnings, you can install your
own customized error handler.
|
dev |
This is the developer subpackage of the dotconf:std port.
It may contain headers, pc files, static and PIC libraries and SO links. |
examples |
This is the examples subpackage of the dotconf:std port. |
docs |
This is the documents subpackage of the dotconf:std port. |