Current section
Files
Jump to
Current section
Files
src/gleam_hexpm.app.src
{application, gleam_hexpm, [
{vsn, "1.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, []}
]}.