{application, comparator, [
    {vsn, "1.0.1"},
    {applications, [gleam_stdlib]},
    {description, "Compare if two types have the same constructor in Gleam"},
    {modules, [comparator,
               comparator@@main,
               comparator_ffi]},
    {registered, []}
]}.
