package scfg
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
scfg 0.2
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page