blob: 99013f5e3c51f2c1281c68198aeaca442bfb9ab4 [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, [{"Homepage", "https://triq.gitlab.io"},
{"GitLab", "https://gitlab.com/triq/triq"}]}
]}.