Packages

The Bloodbath Erlang library provides convenient access to the Bloodbath API from applications written in the Erlang language.

Current section

Files

Jump to
bloodbath src bloodbath.app.src
Raw

src/bloodbath.app.src

{application,bloodbath,
[{description,"The Bloodbath Erlang library provides convenient access to the Bloodbath API from applications written in the Erlang language."},
{vsn,"1.0.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["Apache-2.0"]},
{env,[]},
{mod,{bloodbath_app,[]}},
{start_phases,[]}]}.