12 minimalOCamlVersion = "4.08";
14 src = fetchFromGitHub {
18 hash = "sha256-SFxbgq2znO+OCEFzuekVquvtOEuCQanseKy+iZAeWbc=";
21 nativeBuildInputs = [ menhir ];
22 buildInputs = [ cmdliner ];
24 doCheck = false; # requires `tezt`
27 homepage = "https://deducteam.github.io";
28 description = "Logical framework based on the λΠ-calculus modulo rewriting";
29 license = licenses.cecill-b;
30 changelog = "https://github.com/Deducteam/Dedukti/raw/${version}/CHANGELOG.md";
31 maintainers = with maintainers; [ bcdarwin ];