Packages

XTEA encryption written in erlang with NIFs

Current section

Files

Jump to
xtea src xtea.app.src
Raw

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"]}]}.