Packages

A Gleam client for the Pushover push notification API

Current section

Files

Jump to
wimp src wimp.app.src
Raw

src/wimp.app.src

{application, wimp, [
{vsn, "1.2.0"},
{applications, [gleam_http,
gleam_json,
gleam_stdlib]},
{description, "A Gleam client for the Pushover push notification API"},
{modules, [wimp,
wimp@@main]},
{registered, []}
]}.