{application, domain_puns, [
    {vsn, "1.0.1"},
    {applications, [argv,
                    gleam_stdlib,
                    glidna]},
    {description, "CLI tool to help you pick out a domain with a fun top-level (if it exists)"},
    {modules, [domain_puns,
               domain_puns@@main,
               domain_puns@domains,
               domain_puns@punycode]},
    {registered, []}
]}.
