Packages

Erlang library for interacting with various CAPTCHA services

Current section

Files

Jump to
captcherl src captcherl.app.src
Raw

src/captcherl.app.src

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