aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/ranch.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-15 12:52:07 +0200
committerLoïc Hoguin <[email protected]>2016-11-15 12:52:07 +0200
commit5c6cedf9926c3106f558113524f91a8539eef337 (patch)
treebfe39188ffbceaff1c5e6b6c14941780189e74d9 /ebin/ranch.app
parent9e5cce8cbdb8c083cbde848010b4a89a9fd1a233 (diff)
downloadranch-5c6cedf9926c3106f558113524f91a8539eef337.tar.gz
ranch-5c6cedf9926c3106f558113524f91a8539eef337.tar.bz2
ranch-5c6cedf9926c3106f558113524f91a8539eef337.zip
Add ssl to the list of dependencies
Diffstat (limited to 'ebin/ranch.app')
-rw-r--r--ebin/ranch.app9
1 files changed, 9 insertions, 0 deletions
diff --git a/ebin/ranch.app b/ebin/ranch.app
new file mode 100644
index 0000000..15e74a5
--- /dev/null
+++ b/ebin/ranch.app
@@ -0,0 +1,9 @@
+{application, ranch, [
+ {description, "Socket acceptor pool for TCP protocols."},
+ {vsn, "1.3.0"},
+ {modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_listener_sup','ranch_protocol','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