1 { lib, fetchFromGitLab, buildDunePackage }:
7 src = fetchFromGitLab {
8 domain = "gitlab.inria.fr";
12 sha256 = "sha256-dUPoIUVr3gqvE5bniyQh/b37tNfRsZN8X3e99GFkyLY=";
16 homepage = "http://pauillac.inria.fr/~fpottier/menhir/";
17 description = "Runtime support library for parsers generated by Menhir";
19 Menhir is a LR(1) parser generator for the Objective Caml programming
20 language. That is, Menhir compiles LR(1) grammar specifications down
21 to OCaml code. Menhir was designed and implemented by François Pottier
22 and Yann Régis-Gianas.
24 license = with licenses; [ lgpl2Only ];
25 maintainers = with maintainers; [ vbgl ];