Current section

Files

Jump to
erlang_h1 src h1.app.src
Raw

src/h1.app.src

{application,h1,
[{description,"HTTP/1.1 protocol library for Erlang"},
{vsn,"0.6.0"},
{registered,[h1_sup]},
{mod,{h1_app,[]}},
{applications,[kernel,stdlib,ssl,crypto,public_key]},
{env,[]},
{modules,[]},
{pkg_name,"erlang_h1"},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/benoitc/erlang_h1"}]}]}.