Current section

Files

Jump to
gu src gu.app.src
Raw

src/gu.app.src

{application, gu, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit,
shellout]},
{description, "Zenity GUI dialogs Gleam wrapper"},
{modules, [gu]},
{registered, []}
]}.