blob: 804cba14259f511b9bd819683ed2e18886682f89 [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,[]},
{applications, [kernel,stdlib]},
{build_dependencies, []},
{env, []},
{licenses, ["Apache"]},
{links, [{"GitHub", "https://github.com/triqng/triq"},
{"GitLab", "https://gitlab.com/triqng/triq"}]}
]}.