Files
gmbytecode/src/gmbytecode.app.src
T
zxq9 4a7c2e2a97
Gajumaru Bytecode Tests / tests (push) Successful in -3m59s
Renaming, zx packaging, remove oracle references
2025-01-22 19:51:27 +09:00

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, []}
]}.