sophia/rebar.config
Ulf Wiger 4f6529ed9d
Some checks failed
Sophia Tests / tests (push) Failing after -4m36s
update deps, add mldsa-related byte codes
2026-02-02 20:05:07 +01:00

27 lines
668 B
Erlang

%% -*- mode: erlang; indent-tabs-mode: nil -*-
{minimum_otp_vsn, "28.1"}.
{erl_opts, [debug_info]}.
{deps, [ {gmbytecode,
{git, "https://git.qpq.swiss/QPQ-AG/gmbytecode.git", {ref, "54dc140629"}}}
, {eblake2, "1.0.0"}
, {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}
]}.
{dialyzer, [
{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.
{relx, [{release, {sophia, "9.0.0"},
[sophia, gmbytecode]},
{dev_mode, true},
{include_erts, false},
{extended_start_script, true}]}.