19 buildDunePackage rec {
23 minimalOCamlVersion = "4.12";
26 url = "https://github.com/Deducteam/lambdapi/releases/download/${version}/lambdapi-${version}.tbz";
27 hash = "sha256-7ww2TjVcbEQyfmLnnEhLGAjW4US9a4mdOfDJw6NR1fI=";
30 nativeBuildInputs = [ menhir ];
31 propagatedBuildInputs = [
47 doCheck = false; # anomaly: Sys_error("/homeless-shelter/.why3.conf: No such file or directory")
50 homepage = "https://github.com/Deducteam/lambdapi";
51 description = "Proof assistant based on the λΠ-calculus modulo rewriting";
52 license = licenses.cecill21;
53 changelog = "https://github.com/Deducteam/lambdapi/raw/${version}/CHANGES.md";
54 maintainers = with maintainers; [ bcdarwin ];