Current section

Files

Jump to
openfeature src openfeature.app.src
Raw

src/openfeature.app.src

{application, openfeature, [
{vsn, "0.6.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit,
worm]},
{description, "The Gleam SDK for the OpenFeature specification."},
{modules, [openfeature,
openfeature@client,
openfeature@domain,
openfeature@error,
openfeature@evaluation,
openfeature@evaluation_context,
openfeature@events,
openfeature@provider,
openfeature@providers@in_memory,
openfeature@providers@no_op]},
{registered, []}
]}.