18 buildDunePackage rec {
22 minimalOCamlVersion = "4.08";
24 src = fetchFromGitHub {
28 hash = "sha256-p2ZjSfiZwkf8X4fSNJx7bAVpTFl4UBHIEANIWF7NGCs=";
31 nativeBuildInputs = [ menhir ];
32 propagatedBuildInputs = [
33 bindlib camlp-streams cmdliner pratter sedlex stdlib-shims timed why3 yojson
36 checkInputs = [ alcotest dedukti ];
37 doCheck = false; # anomaly: Sys_error("/homeless-shelter/.why3.conf: No such file or directory")
40 homepage = "https://github.com/Deducteam/lambdapi";
41 description = "Proof assistant based on the λΠ-calculus modulo rewriting";
42 license = licenses.cecill21;
43 changelog = "https://github.com/Deducteam/lambdapi/raw/${version}/CHANGES.md";
44 maintainers = with maintainers; [ bcdarwin ];