Packages

Gleam dynamic decoders for the API of Hex, the package manager for the BEAM ecosystem.

Current section

Files

Jump to
gleam_hexpm src gleam_hexpm.app.src
Raw

src/gleam_hexpm.app.src

{application, gleam_hexpm, [
{vsn, "0.1.0"},
{applications, [birl,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "Gleam dynamic decoders for the API of Hex, the package manager for the BEAM ecosystem."},
{modules, [gleam@hexpm]},
{registered, []}
]}.