{application, stacky, [
    {vsn, "1.0.1"},
    {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, []}
]}.
