dbab49936d
Sophia Tests / tests (push) Successful in 48m54s
A few references to oracles still remain, but they have been removed as a feature, at least. Reviewed-on: #985 Reviewed-by: Ulf Wiger <ulfwiger@qpq.swiss> Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
21 lines
301 B
Erlang
21 lines
301 B
Erlang
{application, sophia,
|
|
[{description, "Compiler for Sophia language"},
|
|
{vsn, "9.0.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
jsx,
|
|
syntax_tools,
|
|
gmbytecode,
|
|
eblake2
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|
|
|