Current section
Files
Jump to
Current section
Files
src/h2.app.src
{application,h2,
[{description,"HTTP/2 protocol library for Erlang"},
{vsn,"0.6.1"},
{registered,[h2_sup]},
{mod,{h2_app,[]}},
{applications,[kernel,stdlib,ssl,crypto,public_key]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/benoitc/erlang_h2"}]}]}.