22 lines
325 B
Erlang
22 lines
325 B
Erlang
{application, aesophia,
|
|
[{description, "Compiler for Aeternity Sophia language"},
|
|
{vsn, "6.0.1"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
jsx,
|
|
syntax_tools,
|
|
getopt,
|
|
aebytecode,
|
|
eblake2
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|
|
|