sophia/rebar.config
Ulf Wiger ed72e393ab
Some checks failed
Sophia Tests / tests (push) Failing after -4m44s
1st commit: add MLDSA sig verification
2026-01-29 14:14:33 +01:00

28 lines
708 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, "97cea33be8f3a35d26055664da7aa59531ff5537"}}}
, {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}]}.