Current section
Files
Jump to
Current section
Files
src/captcherl.app.src
{application,captcherl,
[{description,"Erlang library for interacting with various CAPTCHA services"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,inets,ssl,jsone]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/bunopnu/captcherl"}]}]}.