aboutsummaryrefslogtreecommitdiff
path: root/server/_build/default/lib/ranch/ebin/ranch.app
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@pobox.com>2025-09-03 21:15:36 -0400
committerCalvin Morrison <calvin@pobox.com>2025-09-03 21:15:36 -0400
commit49fa5aa2a127bdf8924d02bf77e5086b39c7a447 (patch)
tree61d86a7705dacc9fddccc29fa79d075d83ab8059 /server/_build/default/lib/ranch/ebin/ranch.app
i vibe coded itHEADmaster
Diffstat (limited to 'server/_build/default/lib/ranch/ebin/ranch.app')
-rw-r--r--server/_build/default/lib/ranch/ebin/ranch.app9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/_build/default/lib/ranch/ebin/ranch.app b/server/_build/default/lib/ranch/ebin/ranch.app
new file mode 100644
index 0000000..291f6de
--- /dev/null
+++ b/server/_build/default/lib/ranch/ebin/ranch.app
@@ -0,0 +1,9 @@
+{application, 'ranch', [
+ {description, "Socket acceptor pool for TCP protocols."},
+ {vsn, "1.8.0"},
+ {modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_crc32c','ranch_listener_sup','ranch_protocol','ranch_proxy_header','ranch_server','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
+ {registered, [ranch_sup,ranch_server]},
+ {applications, [kernel,stdlib,ssl]},
+ {mod, {ranch_app, []}},
+ {env, []}
+]}. \ No newline at end of file