diff options
Diffstat (limited to 'server/_build/default/lib/ranch/hex_metadata.config')
-rw-r--r-- | server/_build/default/lib/ranch/hex_metadata.config | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/server/_build/default/lib/ranch/hex_metadata.config b/server/_build/default/lib/ranch/hex_metadata.config new file mode 100644 index 0000000..1ecbc02 --- /dev/null +++ b/server/_build/default/lib/ranch/hex_metadata.config @@ -0,0 +1,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">>}. |