{application, gleam_otp, [
    {vsn, "0.3.1"},
    {applications, [gleam_erlang,
                    gleam_stdlib,
                    gleeunit]},
    {description, "Fault tolerant multicore Gleam programs with OTP"},
    {modules, [gleam@otp@actor,
               gleam@otp@intensity_tracker,
               gleam@otp@node,
               gleam@otp@port,
               gleam@otp@process,
               gleam@otp@supervisor,
               gleam@otp@system,
               gleam@otp@task]},
    {registered, []}
]}.
