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, "2.0.0"},
{applications, [gleam_stdlib]},
{description, "Gleam dynamic decoders for the API of Hex, the package manager for the BEAM ecosystem."},
{modules, [gleam@hexpm]},
{registered, []}
]}.