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