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

include/gleam@hexpm_PackageRelease.hrl

-record(package_release, {
version :: binary(),
url :: binary(),
inserted_at :: birl@time:date_time()
}).