Packages

A CBOR (RFC 8949) decoder/encoder library implemented in pure Gleam

Current section

Files

Jump to
gleebor src gleebor.app.src
Raw

src/gleebor.app.src

{application, gleebor, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A CBOR (RFC 8949) decoder/encoder library implemented in pure Gleam"},
{modules, [gleebor]},
{registered, []}
]}.