Current section
Files
Jump to
Current section
Files
src/snappiest.app.src
{application,snappiest,
[{description,"Snappy as nif for Erlang"},
{vsn,"1.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["Apache License 2.0"]},
{links,[{"Github",
"https://github.com/project-fifo/snappiest.git"}]},
{build_tools,["rebar3"]},
{files,["COPYING","c_src/*.h","c_src/*.cc","rebar.config","src",
"README.md"]}]}.