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