summaryrefslogtreecommitdiff
path: root/deps/ale/src/ale.app.src
blob: e3bafacba772d7ae7a6ddc1291de5d0d700c872a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%% -*- erlang -*-
%%
%% Application source file for ale
%%
{application, ale,
 [
  {description, "ALE - a lager extension"},
  {vsn, git},
  {registered, []},
  {applications, [
                  kernel,
                  stdlib,
		  sasl,
		  lager
                 ]},
  {mod, { ale, []}},
  {env, []}
 ]}.