Current section
Files
Jump to
Current section
Files
src/glepack.app.src
{application, glepack, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib]},
{description, "MessagePack (msgpack) implementation for Gleam"},
{modules, [float,
glepack,
glepack@@main,
glepack@data,
glepack@decode,
glepack@encode,
glepack@error]},
{registered, []}
]}.