zf

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

hex_metadata.config (1060B)


      1 {<<"app">>,<<"ranch">>}.
      2 {<<"build_tools">>,[<<"make">>,<<"rebar3">>]}.
      3 {<<"description">>,<<"Socket acceptor pool for TCP protocols.">>}.
      4 {<<"files">>,
      5  [<<"ebin/ranch.app">>,<<"erlang.mk">>,<<"LICENSE">>,<<"Makefile">>,
      6   <<"README.asciidoc">>,<<"src/ranch.erl">>,<<"src/ranch_acceptor.erl">>,
      7   <<"src/ranch_acceptors_sup.erl">>,<<"src/ranch_app.erl">>,
      8   <<"src/ranch_conns_sup.erl">>,<<"src/ranch_crc32c.erl">>,
      9   <<"src/ranch_listener_sup.erl">>,<<"src/ranch_protocol.erl">>,
     10   <<"src/ranch_proxy_header.erl">>,<<"src/ranch_server.erl">>,
     11   <<"src/ranch_ssl.erl">>,<<"src/ranch_sup.erl">>,<<"src/ranch_tcp.erl">>,
     12   <<"src/ranch_transport.erl">>]}.
     13 {<<"licenses">>,[<<"ISC">>]}.
     14 {<<"links">>,
     15  [{<<"Function reference">>,
     16    <<"https://ninenines.eu/docs/en/ranch/1.8/manual/">>},
     17   {<<"GitHub">>,<<"https://github.com/ninenines/ranch">>},
     18   {<<"Sponsor">>,<<"https://github.com/sponsors/essen">>},
     19   {<<"User guide">>,<<"https://ninenines.eu/docs/en/ranch/1.8/guide/">>}]}.
     20 {<<"name">>,<<"ranch">>}.
     21 {<<"requirements">>,[]}.
     22 {<<"version">>,<<"1.8.0">>}.