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

include/gleam@hexpm_PackageOwner.hrl

-record(package_owner, {
username :: binary(),
email :: gleam@option:option(binary()),
url :: binary()
}).