Current section
Files
Jump to
Current section
Files
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()
}).