Packages

An Erlang/LFE gnuplot process server

Current section

Files

Jump to
plottah src plottah.app.src
Raw

src/plottah.app.src

{application,plottah,
[{description,"An Erlang/LFE gnuplot process server"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{'plottah-app',[]}},
{applications,[kernel,stdlib,erlexec]},
{env,[]},
{modules,[]},
{maintainers,["Duncan McGreggor"]},
{licenses,["Apache-2"]},
{links,[{"GitHub","https://github.com/lfex/plottah"},
{"Hex","https://hex.pm/packages/plottah"}]},
{exclude_files,["priv/html/*","priv/images/*"]},
{include_files,["examples/*","scripts/*","test/*"]}]}.