scfg/doc/index.mld

24 lines
378 B
Text
Raw Normal View History

2022-01-17 18:10:12 +01:00
{0 scfg}
scfg is an {{:https://ocaml.org} OCaml} library/executable to work with the {{:https://git.sr.ht/~emersion/scfg} scfg configuration file format}.
{1:api API}
{!modules:
Scfg.Parse
Scfg.Pp
Scfg.Query
Scfg.Types
}
{1:private_api Private API}
You shouldn't have to use any of these modules, they're used internally only.
{!modules:
Scfg.Lexer
Scfg.Menhir_parser
}