Packages

A Gleam implementation of the CBOR standard

Current section

Files

Jump to
gbor src gbor.app.src
Raw

src/gbor.app.src

{application, gbor, [
{vsn, "1.0.0-rc1"},
{applications, [gleam_erlang,
gleam_stdlib,
ieee_float]},
{description, "A Gleam implementation of the CBOR standard"},
{modules, [erl_gbor,
gbor,
gbor@@main,
gbor@decode,
gbor@encode]},
{registered, []}
]}.