12 minimalOCamlVersion = "4.07";
14 src = fetchFromGitHub {
16 repo = "ocaml-${pname}";
18 hash = "sha256-058yMbz9ExvgNG/kY9tPk70XSeVRSSKVg4n4F4fmPu4=";
21 checkInputs = [ earley timed ];
25 homepage = "https://rlepigre.github.io/ocaml-bindlib";
26 description = "Efficient binder representation in Ocaml";
27 license = licenses.gpl3;
28 changelog = "https://github.com/rlepigre/ocaml-bindlib/raw/${version}/CHANGELOG.md";
29 maintainers = with maintainers; [ bcdarwin ];