Current section

Files

Jump to
shellout src shellout.app.src
Raw

src/shellout.app.src

{application, shellout, [
{vsn, "1.8.0"},
{applications, [gleam_stdlib]},
{description, "A Gleam library for cross-platform shell operations"},
{modules, [shellout,
shellout@@main,
shellout_ffi]},
{registered, []}
]}.