Packages

An OTP application

Current section

Files

Jump to
hoopdb src hoopdb.app.src
Raw

src/hoopdb.app.src

{application,hoopdb,
[{description,"An OTP application"},
{vsn,"0.0.1"},
{registered,[]},
{mod,{hoopdb_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{exclude_paths,["priv"]},
{links,[{"GitHub","https://github.com/erlsci/hoopdb"},
{"Hex","https://hex.pm/packages/hoopdb"}]}]}.