Current section

Files

Jump to
barista src barista.app.src
Raw

src/barista.app.src

{application,barista,
[{description,"Hot lmugs of LFE for your simple HTTP needs"},
{vsn,"0.3.4"},
{modules,[barista,'barista-lmug','barista-options',
'barista-util']},
{registered,[]},
{applications,[kernel,stdlib,inets]},
{included_applications,[]},
{env,[]},
{pkg_name,barista},
{maintainers,["Duncan McGreggor"]},
{licenses,["Apache-2"]},
{links,[{"GitHub","https://github.com/lfex/barista"},
{"Hex","https://hex.pm/packages/barista"}]},
{exclude_files,["priv/*"]}]}.