This library exposes the following toplevel modules:
Bcfg bcfg is a simple configuration format built on two types: the directive and the list of directives. The format is meant to be small enough to be read by a human, and regular enough to be processed by a program without any ceremony.Bcfg_json A small, dependency-free JSON view of a bcfg configuration, useful to pipe a query result into tools such as jq.Bcfg_lexer Bcfg_out Bcfg_parser Bcfg_parser_messages Bcfg_stream Fully streaming, SAX-like API for bcfg.Bcfg_txtloc Bcfg_type The entry point of this library is the module: Bcfg_cli.
The entry point of this library is the module: Bcfg_iso.
The entry point of this library is the module: Bcfg_lint.
The entry point of this library is the module: Bcfgq.
The entry point of this library is the module: Bcfg_query.
The entry point of this library is the module: Bcfg_validate.