18 lines
338 B
Erlang
18 lines
338 B
Erlang
{application, gmbytecode,
|
|
[{description, "Bytecode definitions, serialization and deserialization for the Gajumaru."},
|
|
{vsn, "3.4.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
eblake2,
|
|
gmserialization,
|
|
getopt
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|