21 lines
317 B
Erlang
21 lines
317 B
Erlang
{application, aesophia,
|
|
[{description, "Compiler for Aeternity Sophia language"},
|
|
{vsn, "8.0.0-rc1"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
jsx,
|
|
syntax_tools,
|
|
aebytecode,
|
|
eblake2
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|
|
|