first commit

This commit is contained in:
pena 2022-01-17 18:10:12 +01:00
commit e1c6aeeeed
42 changed files with 1305 additions and 0 deletions

23
doc/index.mld Normal file
View 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
}