8 ocamlPackages.buildDunePackage rec {
13 src = fetchFromGitHub {
14 owner = "theoremprover-museum";
17 sha256 = "sha256-leP02141kZSUmCDXOfV0TsEn+OQ6WoyM7+9NutLX1qk=";
20 nativeBuildInputs = [ ocamlPackages.menhir ];
21 propagatedBuildInputs = [ ocamlPackages.ocamlgraph ];
24 description = "Implementation of a tableau-based decision procedure for the full Alternating-time Temporal Logic (ATL*)";
25 homepage = "https://atila.ibisc.univ-evry.fr/tableau_ATL_star/";
26 license = lib.licenses.asl20;
27 maintainers = [ lib.maintainers.mgttlinger ];