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