Current section
Files
Jump to
Current section
Files
src/xtea.app.src
{application,xtea,
[{description,"XTEA encryption written in erlang with NIFs"},
{vsn,"0.1.2"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{maintainers,["Olle Mattsson"]},
{licenses,["Apache License 2.0"]},
{links,[{"Github","https://github.com/rymdolle/xtea"}]},
{exclude_files,["priv/*.so","c_src/*.o"]}]}.