Skip to main content

include/packkit@archive_Archive.hrl

-record(archive, {
    format :: packkit@archive:archive_format(),
    reversed_entries :: list(packkit@entry:entry()),
    comment :: gleam@option:option(binary())
}).