%%% 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, [v1, catlfish_app]}, {applications, [kernel, stdlib, plop, inets, jiffy]}, {mod, {catlfish_app, []}}]}.