blob: e987ad07f10505d53f25376903ff1a98eff31ac5 [file] [log] [blame]
%% This is the application resource file (.app file) for the triq,
%% application.
{application, triq,
[{description, "Trifork QuickCheck"},
{vsn, "1.0.3"},
{registered,[]},
%% Compiler is needed by triq_rand_compat.
{applications, [kernel,stdlib,compiler]},
{build_dependencies, []},
{env, []},
{licenses, ["Apache"]},
{links, [{"GitHub", "https://github.com/triqng/triq"},
{"GitLab", "https://gitlab.com/triqng/triq"}]}
]}.