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@map:map_(binary(), integer()),
owners :: gleam@option:option(list(gleam@hexpm:package_owner())),
releases :: list(gleam@hexpm:package_release()),
inserted_at :: birl@time:date_time(),
updated_at :: birl@time:date_time()
}).