Packages

Markup Language Expressions for LFE: creating XML/HTML with S-expressions on the Erlang VM

Current section

Files

Jump to
exemplar src exemplar.app.src
Raw

src/exemplar.app.src

{application,exemplar,
[{description,"Markup Language Expressions for LFE: creating XML/HTML with S-expressions on the Erlang VM"},
{vsn,"0.6.0"},
{modules,[exemplar]},
{registered,[]},
{applications,[kernel,stdlib]},
{included_applications,[]},
{env,[]},
{licenses,["Apache-2"]},
{links,[{"GitHub","https://github.com/lfex/exemplar"},
{"Gitlab","https://gitlab.com/lfex/exemplar"},
{"Hex","https://hex.pm/packages/exemplar"}]},
{exclude_files,["priv/html/*","priv/images/*","priv/make/*"]}]}.