Current section

Files

Jump to
gtempo src gtempo.app.src
Raw

src/gtempo.app.src

{application, gtempo, [
{vsn, "6.1.0"},
{applications, [gleam_regexp,
gleam_stdlib]},
{description, "A lightweight and Gleamy datetime library!"},
{modules, [gtempo@internal,
tempo,
tempo@date,
tempo@datetime,
tempo@duration,
tempo@error,
tempo@instant,
tempo@month,
tempo@month_year,
tempo@naive_datetime,
tempo@offset,
tempo@period,
tempo@time,
tempo@year]},
{registered, []}
]}.