18 buildDunePackage rec {
22 minimalOCamlVersion = "4.12";
25 url = "https://github.com/Deducteam/lambdapi/releases/download/${version}/lambdapi-${version}.tbz";
26 hash = "sha256-7ww2TjVcbEQyfmLnnEhLGAjW4US9a4mdOfDJw6NR1fI=";
29 nativeBuildInputs = [ menhir ];
30 propagatedBuildInputs = [
31 bindlib camlp-streams cmdliner pratter sedlex stdlib-shims timed why3 yojson
34 checkInputs = [ alcotest dedukti ];
35 doCheck = false; # anomaly: Sys_error("/homeless-shelter/.why3.conf: No such file or directory")
38 homepage = "https://github.com/Deducteam/lambdapi";
39 description = "Proof assistant based on the λΠ-calculus modulo rewriting";
40 license = licenses.cecill21;
41 changelog = "https://github.com/Deducteam/lambdapi/raw/${version}/CHANGES.md";
42 maintainers = with maintainers; [ bcdarwin ];