This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
GGS/lib/eqc/ebin/eqc.app
2011-05-05 02:46:21 +02:00

7 lines
201 B
Erlang

{application,eqc,
[{mod,{eqc,[]}},
{description,"Quviq QuickCheck Mini"},
{vsn,"1.0.1"},
{modules,[eqc,eqc_gen,eqc_symbolic,eqc_warn]},
{applications,[kernel,stdlib,inets]}]}.