aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-16 17:51:30 +0200
committerLoïc Hoguin <[email protected]>2016-11-16 17:51:30 +0200
commit7678f97afdbcb88199aa84165ceb658f2e4708ed (patch)
treeeb14356454d980262f776e56cfa81be424036457 /ebin
parent0414eede62946f995a5ab4879f9026548440199c (diff)
downloadgun-7678f97afdbcb88199aa84165ceb658f2e4708ed.tar.gz
gun-7678f97afdbcb88199aa84165ceb658f2e4708ed.tar.bz2
gun-7678f97afdbcb88199aa84165ceb658f2e4708ed.zip
Update Erlang.mk and related changes
Diffstat (limited to 'ebin')
-rw-r--r--ebin/gun.app9
1 files changed, 9 insertions, 0 deletions
diff --git a/ebin/gun.app b/ebin/gun.app
new file mode 100644
index 0000000..cd61220
--- /dev/null
+++ b/ebin/gun.app
@@ -0,0 +1,9 @@
+{application, gun, [
+ {description, "HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP."},
+ {vsn, "1.0.0-pre.2"},
+ {modules, ['gun','gun_app','gun_http','gun_http2','gun_spdy','gun_sup','gun_ws']},
+ {registered, [gun_sup]},
+ {applications, [kernel,stdlib,ssl,cowlib,ranch]},
+ {mod, {gun_app, []}},
+ {env, []}
+]}. \ No newline at end of file