Current section
Files
Jump to
Current section
Files
src/snappy_nif.app.src
{application,snappy_nif,
[{description,"snappy compressor/decompressor Erlang NIF wrapper"},
{vsn,"1.1.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[snappy]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/matehat/snappy-erlang-nif"}]}]}.