Packages

An Erlang implementation of the Branca specification for authenticated and encrypted tokens

Current section

Files

Jump to
branca_erl src branca.app.src
Raw

src/branca.app.src

{application,branca,
[{description,"An Erlang implementation of the Branca specification for authenticated and encrypted tokens"},
{pkg_name,branca_erl},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Marcel Hernandez"]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/1ma/branca-erl"},
{"Branca Specification",
"https://github.com/tuupola/branca-spec"}]}]}.