Packages

Haki Cache: Use the Erlang constant pool to compile your shared data into modules.

Current section

Files

Jump to
haki src haki.app.src
Raw

src/haki.app.src

{application,haki,
[{description,"Haki Cache: Use the Erlang constant pool to compile your shared data into modules."},
{vsn,"0.3.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[haki,haki_asm_compiler,haki_beam_compiler,
haki_syntax_compiler,haki_compiler]},
{maintainers,["Sasan Hezarkhani"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/gootik/hakicache"}]}]}.