18 lines
267 B
Erlang
18 lines
267 B
Erlang
{application, aesophia,
|
|
[{description, "Contract Language for Aethernity"},
|
|
{vsn, "0.0.1"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
aebytecode
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|
|
|