Packages

A scheduling expansion for the Clockwork library, providing a way to define and manage recurring tasks.

Current section

Files

Jump to
clockwork_schedule src clockwork_schedule.app.src
Raw

src/clockwork_schedule.app.src

{application, clockwork_schedule, [
{vsn, "1.0.0"},
{applications, [clockwork,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleam_time,
logging]},
{description, "A scheduling expansion for the Clockwork library, providing a way to define and manage recurring tasks."},
{modules, [clockwork_schedule,
clockwork_schedule@@main]},
{registered, []}
]}.