First version, very much WIP

This commit is contained in:
Robert Virding
2019-01-24 18:38:24 +01:00
parent 6fccc902d0
commit d330133b3f
5 changed files with 226 additions and 2 deletions
+4
View File
@@ -1,8 +1,12 @@
%% -*- mode: erlang; indent-tabs-mode: nil -*-
{erl_opts, [debug_info]}.
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
{ref,"720510a"}}}
, {getopt, "1.0.1"}
, {jsx, {git, "https://github.com/talentdeficit/jsx.git",
{tag, "2.8.0"}}}
]}.
{escript_incl_apps, [aesophia, aebytecode, getopt]}.