blob: 84cde28ae97f7dfcf04115ebbfce73317d94191e [file] [log] [blame]
%% This is the application resource file (.app file) for the triq,
%% application.
{application, triq,
[{description, "Trifork QuickCheck"},
{vsn, "0.1.0"},
{registered,[]},
{applications, [kernel,stdlib]},
{build_dependencies, []},
{env, []}
]}.