zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

hex_metadata.config (1652B)


      1 {<<"app">>,<<"cowboy">>}.
      2 {<<"build_tools">>,[<<"make">>,<<"rebar3">>]}.
      3 {<<"description">>,<<"Small, fast, modern HTTP server.">>}.
      4 {<<"files">>,
      5  [<<"ebin/cowboy.app">>,<<"erlang.mk">>,<<"LICENSE">>,<<"Makefile">>,
      6   <<"plugins.mk">>,<<"README.asciidoc">>,<<"rebar.config">>,
      7   <<"src/cowboy.erl">>,<<"src/cowboy_app.erl">>,<<"src/cowboy_bstr.erl">>,
      8   <<"src/cowboy_children.erl">>,<<"src/cowboy_clear.erl">>,
      9   <<"src/cowboy_clock.erl">>,<<"src/cowboy_compress_h.erl">>,
     10   <<"src/cowboy_constraints.erl">>,<<"src/cowboy_handler.erl">>,
     11   <<"src/cowboy_http.erl">>,<<"src/cowboy_http2.erl">>,
     12   <<"src/cowboy_loop.erl">>,<<"src/cowboy_metrics_h.erl">>,
     13   <<"src/cowboy_middleware.erl">>,<<"src/cowboy_req.erl">>,
     14   <<"src/cowboy_rest.erl">>,<<"src/cowboy_router.erl">>,
     15   <<"src/cowboy_static.erl">>,<<"src/cowboy_stream.erl">>,
     16   <<"src/cowboy_stream_h.erl">>,<<"src/cowboy_sub_protocol.erl">>,
     17   <<"src/cowboy_sup.erl">>,<<"src/cowboy_tls.erl">>,
     18   <<"src/cowboy_tracer_h.erl">>,<<"src/cowboy_websocket.erl">>]}.
     19 {<<"licenses">>,[<<"ISC">>]}.
     20 {<<"links">>,
     21  [{<<"Function reference">>,
     22    <<"https://ninenines.eu/docs/en/cowboy/2.9/manual/">>},
     23   {<<"GitHub">>,<<"https://github.com/ninenines/cowboy">>},
     24   {<<"Sponsor">>,<<"https://github.com/sponsors/essen">>},
     25   {<<"User guide">>,<<"https://ninenines.eu/docs/en/cowboy/2.9/guide/">>}]}.
     26 {<<"name">>,<<"cowboy">>}.
     27 {<<"requirements">>,
     28  [{<<"cowlib">>,
     29    [{<<"app">>,<<"cowlib">>},
     30     {<<"optional">>,false},
     31     {<<"requirement">>,<<"2.11.0">>}]},
     32   {<<"ranch">>,
     33    [{<<"app">>,<<"ranch">>},
     34     {<<"optional">>,false},
     35     {<<"requirement">>,<<"1.8.0">>}]}]}.
     36 {<<"version">>,<<"2.9.0">>}.