package scfg

  1. Overview
  2. Docs
On This Page
  1. API
  2. Private API
Legend:
Library
Module
Module type
Parameter
Class
Class type

scfg

scfg is an OCaml library/executable to work with the scfg configuration file format.

API

  • Scfg.Parse Module providing functions to parse a config from various kind of inputs.
  • Scfg.Pp Module providing functions to pretty print a config or parts of a config.
  • Scfg.Query Module providing functions to search inside a config.
  • Scfg.Types Module defining types used to represent a config.

Private API

You shouldn't have to use any of these modules, they're used internally only.