{application, gleam_otp, [
    {vsn, "1.0.0-rc1"},
    {applications, [gleam_erlang,
                    gleam_stdlib]},
    {description, "Fault tolerant multicore Gleam programs with OTP"},
    {modules, [gleam@otp@actor,
               gleam@otp@port,
               gleam@otp@static_supervisor,
               gleam@otp@supervision,
               gleam@otp@system,
               gleam_otp@@main,
               gleam_otp_external,
               gleam_otp_test_external]},
    {registered, []}
]}.
