Current section
Files
Jump to
Current section
Files
src/yodel.app.src
{application, yodel, [
{vsn, "1.0.0"},
{applications, [envoy,
glaml,
gleam_regexp,
gleam_stdlib,
simplifile,
tom]},
{description, "A type-safe configuration loader for Gleam that handles JSON, YAML, and TOML with environment variable resolution."},
{modules, [yodel,
yodel@@main,
yodel@context,
yodel@errors,
yodel@format,
yodel@input,
yodel@options,
yodel@parser,
yodel@parsers@toml,
yodel@parsers@yaml,
yodel@path,
yodel@properties,
yodel@resolver,
yodel@validator]},
{registered, []}
]}.