Current section

Files

Jump to
ezstd src ezstd.app.src
Raw

src/ezstd.app.src

{application,ezstd,
[{description,"zstd binding for erlang"},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/silviucpp/ezstd"}]},
{vsn,"1.0.8"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{env,[]},
{files,["LICENSE*","*.MD","Makefile","build_deps.sh",
"rebar.config","rebar.lock","src/*.erl","src/*.src",
"c_src/*.h","c_src/*.cc","c_src/Makefile",
"c_src/nif.mk"]}]}.