first commit
This commit is contained in:
commit
e1c6aeeeed
42 changed files with 1305 additions and 0 deletions
23
doc/index.mld
Normal file
23
doc/index.mld
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue