Current section
Files
Jump to
Current section
Files
src/sheldon.app.src
{application,sheldon,
[{description,"Very Simple Erlang Spell Checker"},
{vsn,"0.4.0"},
{id,"sheldon"},
{registered,[]},
{applications,[kernel,stdlib,worker_pool]},
{modules,[]},
{mod,{sheldon_app,[]}},
{maintainers,["Inaka"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/inaka/sheldon"}]},
{build_tools,["rebar3"]}]}.