aevm.app.src
1 {application, aevm, 2 [{description, "Virtual machine for Aethernity"}, 3 {vsn, {cmd, "cat ../../VERSION"}}, 4 {registered, []}, 5 {applications, 6 [kernel, 7 stdlib, 8 lager, 9 jsx, 10 aebytecode 11 ]}, 12 {env,[]}, 13 {modules, []}, 14 {maintainers, []}, 15 {licenses, []}, 16 {links, []} 17 ]}.