Current section

Files

Jump to
gtempo src gtempo.app.src
Raw

src/gtempo.app.src

{application, gtempo, [
{vsn, "7.0.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, []}
]}.