{application, gtempo, [
    {vsn, "6.2.0-rc.1"},
    {applications, [gleam_regexp,
                    gleam_stdlib,
                    gleam_time]},
    {description, "A datetime-centric, mockable time library for Gleam!"},
    {modules, [gtempo@internal,
               tempo,
               tempo@date,
               tempo@datetime,
               tempo@duration,
               tempo@error,
               tempo@instant,
               tempo@mock,
               tempo@month,
               tempo@month_year,
               tempo@naive_datetime,
               tempo@offset,
               tempo@period,
               tempo@time,
               tempo@year]},
    {registered, []}
]}.
