Packages

BEAM stack trace in Gleam: a stack trace of stack frames with module name, function name, arity, file name and line number.

Current section

Files

Jump to
stacky src stacky.app.src
Raw

src/stacky.app.src

{application, stacky, [
{vsn, "1.1.0"},
{applications, [gleam_erlang,
gleam_stdlib,
gleeunit,
pprint]},
{description, "BEAM stack trace in Gleam: a stack trace of stack frames with module name, function name, arity, file name and line number."},
{modules, [stacky,
stacky@internal@example,
stacky@internal@sub_dir@example_in_sub_dir,
stacky@internal@sub_dir@other_module]},
{registered, []}
]}.