Current section
Files
Jump to
Current section
Files
src/oauth.app.src
{application,oauth,
[{description,"An Erlang OAuth 1.0 implementation"},
{vsn,"2.1.0"},
{modules,[oauth]},
{registered,[]},
{applications,[kernel,stdlib,crypto,public_key,inets]},
{doc,"doc"},
{licenses,["MIT"]},
{links,[{"GitHub",
"https://github.com/erlangpack/erlang-oauth"}]}]}.