Current section

Files

Jump to
shellout src shellout.app.src
Raw

src/shellout.app.src

{application, shellout, [
{vsn, "1.3.0"},
{applications, [gleam_erlang,
gleam_stdlib,
gleeunit]},
{description, "A Gleam library for cross-platform shell operations"},
{modules, [shellout]},
{registered, []}
]}.