blob: 38f5233a911a81a33c9f0e421204ca33c18c2bc9 [file] [log] [blame]
%% This is the application resource file (.app file) for the triq,
%% application.
{application, triq,
[{description, "Trifork QuickCheck"},
{vsn, "1.0.1"},
{registered,[]},
{applications, [kernel,stdlib]},
{build_dependencies, []},
{env, []},
{licenses, ["WTFPL"]},
{links, [{"GitHub", "https://github.com/triqng/triq"},
{"GitLab", "https://github.com/triqng/triq"}]}
]}.