Skip to main content

include/kludge@internal@manifest_HexPackage.hrl

-record(hex_package, {
    name :: binary(),
    version :: binary(),
    build_tools :: list(binary()),
    requirements :: list(binary()),
    otp_app :: binary(),
    outer_checksum :: binary()
}).