Packages

Tiny Gleam caching Context for your functions

Current section

Files

Jump to
functx src functx.app.src
Raw

src/functx.app.src

{application, functx, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Tiny Gleam caching Context for your functions"},
{modules, [functx]},
{registered, []}
]}.