summaryrefslogtreecommitdiff
path: root/ebin/catlfish.app
blob: d97e1be93e22031a6ffcd12303e64d2120f061bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%%% Copyright (c) 2014, NORDUnet A/S.
%%% See LICENSE for licensing information.

%% Application resource file for catlfish (in -*- erlang -*- mode).
%% Point out the proper configuration file (-config catlfish) when
%% starting beam.
{application, catlfish,
 [{description, "catlfish -- Certificate Transparency Log Server"},
  {vsn, "0.2.0-dev"},
  {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]},
  {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]},
  {mod, {catlfish_app, []}}]}.