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

include/gleam@hexpm_PackageMeta.hrl

-record(package_meta, {
links :: gleam@dict:dict(binary(), binary()),
licenses :: list(binary()),
description :: gleam@option:option(binary())
}).