Current section
Files
Jump to
Current section
Files
src/gtempo.app.src
{application, gtempo, [
{vsn, "3.3.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A lightweight and Gleamy datetime library!"},
{modules, [gtempo@internal,
tempo,
tempo@date,
tempo@datetime,
tempo@duration,
tempo@month,
tempo@naive_datetime,
tempo@offset,
tempo@period,
tempo@time,
tempo@year]},
{registered, []}
]}.