All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in -3m34s
Add Gitea tests Rename Remove oracle references Package for zx Reviewed-on: #235 Reviewed-by: dimitar.p.ivanov <dimitarivanov@qpq.swiss> Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
18 lines
338 B
Erlang
18 lines
338 B
Erlang
{application, gmbytecode,
|
|
[{description, "Bytecode definitions, serialization and deserialization for the Gajumaru."},
|
|
{vsn, "3.4.1"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
eblake2,
|
|
gmserialization,
|
|
getopt
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|