26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
{<<"links">>,
|
|
[{<<"Function reference">>,
|
|
<<"https://ninenines.eu/docs/en/ranch/2.2/manual/">>},
|
|
{<<"GitHub">>,<<"https://github.com/ninenines/ranch">>},
|
|
{<<"Sponsor">>,<<"https://github.com/sponsors/essen">>},
|
|
{<<"User guide">>,<<"https://ninenines.eu/docs/en/ranch/2.2/guide/">>}]}.
|
|
{<<"name">>,<<"ranch">>}.
|
|
{<<"version">>,<<"2.2.0">>}.
|
|
{<<"description">>,<<"Socket acceptor pool for TCP protocols.">>}.
|
|
{<<"app">>,<<"ranch">>}.
|
|
{<<"build_tools">>,[<<"make">>,<<"rebar3">>]}.
|
|
{<<"files">>,
|
|
[<<"ebin/ranch.app">>,<<"ebin/ranch.appup">>,<<"erlang.mk">>,<<"LICENSE">>,
|
|
<<"Makefile">>,<<"README.asciidoc">>,<<"src/ranch.appup">>,
|
|
<<"src/ranch.erl">>,<<"src/ranch_acceptor.erl">>,
|
|
<<"src/ranch_acceptors_sup.erl">>,<<"src/ranch_app.erl">>,
|
|
<<"src/ranch_conns_sup.erl">>,<<"src/ranch_conns_sup_sup.erl">>,
|
|
<<"src/ranch_crc32c.erl">>,<<"src/ranch_embedded_sup.erl">>,
|
|
<<"src/ranch_listener_sup.erl">>,<<"src/ranch_protocol.erl">>,
|
|
<<"src/ranch_proxy_header.erl">>,<<"src/ranch_server.erl">>,
|
|
<<"src/ranch_server_proxy.erl">>,<<"src/ranch_ssl.erl">>,
|
|
<<"src/ranch_sup.erl">>,<<"src/ranch_tcp.erl">>,
|
|
<<"src/ranch_transport.erl">>]}.
|
|
{<<"requirements">>,[]}.
|
|
{<<"licenses">>,[<<"ISC">>]}.
|