mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
|
{application, elixir,
|
||
|
[{description, "elixir"},
|
||
|
{vsn, "1.12.0"},
|
||
|
{modules, [
|
||
|
elixir
|
||
|
]},
|
||
|
{registered, [elixir_config, elixir_code_server]},
|
||
|
{applications, [kernel,stdlib,compiler]},
|
||
|
{mod, {elixir,[]}},
|
||
|
{env, [{ansi_enabled, false}]}
|
||
|
]}.
|