Current section
Files
Jump to
Current section
Files
src/crc32cer.app.src
{application,crc32cer,
[{description,"CRC32-C as nif for Erlang"},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache License 2.0"]},
{links,[{"Github","https://github.com/zmstone/crc32cer.git"}]},
{build_tools,["rebar3"]},
{files,["c_src/*.h","c_src/*.c","rebar.config","src","Makefile",
"CMakeLists.txt","crc32cer_cmake.path"]}]}.