Current section
Files
Jump to
Current section
Files
src/gtempo.app.src
{application, gtempo, [
{vsn, "7.0.0"},
{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, []}
]}.