Current section
Files
Jump to
Current section
Files
src/rebar3_hterl.app.src
{application,rebar3_hterl,
[{description,"A rebar compiler plugin for Hypertext Erlang (hterl)"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib,hterl]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub (this plugin)",
"https://github.com/abxy/rebar3_hterl"},
{"GitHub (hterl)","https://github.com/abxy/hterl"}]}]}.