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_Release.hrl
Raw

include/gleam@hexpm_Release.hrl

-record(release, {
version :: binary(),
url :: binary(),
checksum :: binary(),
downloads :: integer(),
publisher :: gleam@option:option(gleam@hexpm:package_owner()),
meta :: gleam@hexpm:release_meta(),
retirement :: gleam@option:option(gleam@hexpm:release_retirement()),
inserted_at :: binary(),
updated_at :: binary()
}).