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

include/gleam@hexpm_Package.hrl

-record(package, {
name :: binary(),
html_url :: gleam@option:option(binary()),
docs_html_url :: gleam@option:option(binary()),
meta :: gleam@hexpm:package_meta(),
downloads :: gleam@dict:dict(binary(), integer()),
owners :: gleam@option:option(list(gleam@hexpm:package_owner())),
releases :: list(gleam@hexpm:package_release()),
inserted_at :: gleam@time@timestamp:timestamp(),
updated_at :: gleam@time@timestamp:timestamp()
}).