blob: 31bdde124db5bd1ad29f0e6697b2f54090017d46 [file] [log] [blame]
%% This is the application resource file (.app file) for the triq,
%% application.
{application, triq,
[{description, "Trifork QuickCheck"},
{vsn, "1.2.0"},
{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"}]}
]}.