src/lz4_nif.app.src
{application,lz4_nif,
[{description,"Erlang NIF wrapper around the LZ4 block-format codec"},
{vsn,"0.1.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT","BSD-2-Clause"]},
{links,[{"GitHub","https://github.com/lpgauth/lz4_nif"}]},
{maintainers,["Louis-Philippe Gauthier"]},
{files,["src","c_src/lz4_nif.c","c_src/build.sh","c_src/lz4",
"rebar.config","README.md","CHANGELOG.md","LICENSE"]}]}.