1 { lib, fetchFromGitHub, ocaml, buildDunePackage
8 src = fetchFromGitHub {
10 repo = "ocaml-earley";
12 sha256 = "1vi58zdxchpw6ai0bz9h2ggcmg8kv57yk6qbx82lh47s5wb3mz5y";
15 minimumOCamlVersion = "4.07";
18 buildInputs = [ stdlib-shims ];
23 description = "Parser combinators based on Earley Algorithm";
24 homepage = "https://github.com/rlepigre/ocaml-earley";
25 license = lib.licenses.cecill-b;
26 maintainers = [ lib.maintainers.vbgl ];
27 mainProgram = "pa_ocaml";