From 7678f97afdbcb88199aa84165ceb658f2e4708ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 16 Nov 2016 17:51:30 +0200 Subject: Update Erlang.mk and related changes --- ebin/gun.app | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ebin/gun.app (limited to 'ebin') 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 -- cgit v1.2.3