Pt mk aesophia repo #493

Merged
zxq9 merged 5 commits from PT-mk-aesophia-repo into master 2019-01-08 16:41:15 +09:00
2 changed files with 19 additions and 7 deletions
Showing only changes of commit 66b1d2e98a - Show all commits

View File

@ -1,13 +1,17 @@
%% -*- mode: erlang -*-
{minimun_otp_vsn, "20.1"}.
{erl_opts, [debug_info]}.
{deps, []}.
%% NOTE: When possible deps are referenced by Git ref to ensure consistency between builds.
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
{ref,"99bf097"}}},
% waiting for https://github.com/jlouis/enacl/pull/40 to be merged
{enacl, {git, "https://github.com/aeternity/enacl.git",
{ref, "26180f4"}}}
]}.
{dialyzer, [
{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib]}
]}.
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.

8
rebar.lock Normal file
View File

@ -0,0 +1,8 @@
[{<<"aebytecode">>,
{git,"https://github.com/aeternity/aebytecode.git",
{ref,"99bf097759dedbe7553f87a796bc7e1c7322e64b"}},
0},
{<<"enacl">>,
{git,"https://github.com/aeternity/enacl.git",
{ref,"26180f42c0b3a450905d2efd8bc7fd5fd9cece75"}},
0}].