Packages

Self-healing clusters for Gleam applications on the BEAM!

Current section

Files

Jump to
barnacle src barnacle.app.src
Raw

src/barnacle.app.src

{application, barnacle, [
{vsn, "2.0.1"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "Self-healing clusters for Gleam applications on the BEAM!"},
{modules, [barnacle,
barnacle@@main,
barnacle@dns,
barnacle@local_epmd,
barnacle_ffi]},
{registered, []}
]}.