20 lines
297 B
Erlang
20 lines
297 B
Erlang
{application, aesophia,
|
|
[{description, "Contract Language for Aethernity"},
|
|
{vsn, "1.2.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
syntax_tools,
|
|
getopt,
|
|
aebytecode
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|
|
|