Packages

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

Current section

Files

Jump to
gleam_hexpm include gleam@hexpm_ReleaseMeta.hrl
Raw

include/gleam@hexpm_ReleaseMeta.hrl

-record(release_meta, {
app :: gleam@option:option(binary()),
build_tools :: list(binary())
}).