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.2.4"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{env,[]},
{files,["LICENSE*","*.MD","Makefile","build_deps.sh","bench.sh",
"rebar.config","rebar.lock","scripts/*.erl",
"test/*.erl","src/*.erl","src/*.src","c_src/*.h",
"c_src/*.cc","c_src/Makefile","c_src/nif.mk"]}]}.