10 buildOasisPackage rec {
14 src = fetchFromGitHub {
15 owner = "tcsprojects";
18 sha256 = "16skrn8qql9djpray25xv66rjgfl20js5wqnxyq1763nmyizyj8a";
21 buildInputs = [ ounit ];
22 propagatedBuildInputs = [
28 description = "Collection of tools for generating, manipulating and - most of all - solving parity games";
29 homepage = "https://github.com/tcsprojects/pgsolver";
30 license = lib.licenses.bsd3;
31 maintainers = with lib.maintainers; [ mgttlinger ];
32 mainProgram = "pgsolver-bin";