Current section
Files
Jump to
Current section
Files
src/gleam_hexpm.app.src
{application, gleam_hexpm, [
{vsn, "3.0.0"},
{applications, [gleam_stdlib,
gleam_time]},
{description, "Gleam dynamic decoders for the API of Hex, the package manager for the BEAM ecosystem."},
{modules, [gleam@hexpm,
gleam_hexpm@@main]},
{registered, []}
]}.