Current section

Files

Jump to
basexerl src basexerl.app.src
Raw

src/basexerl.app.src

{application,basexerl,
[{description,"Erlang BaseX driver"},
{vsn,"0.1.2"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{bxe_app,[]}},
{env,[]},
{licenses,["BSD-3-Clause","MIT"]},
{links,[{"Github","https://github.com/zadean/basexerl"}]}]}.