Packages

Extensions to gleam/time to work with weekdays, months, and dates

Current section

Files

Jump to
datebook src datebook.app.src
Raw

src/datebook.app.src

{application, datebook, [
{vsn, "1.1.0"},
{applications, [gleam_stdlib,
gleam_time]},
{description, "Extensions to gleam/time to work with weekdays, months, and dates"},
{modules, [datebook@@main,
datebook@date,
datebook@month,
datebook@weekday]},
{registered, []}
]}.