opam-version: "2.0" maintainer: "Enrico Tassi " authors: [ "Enrico Tassi" ] license: "LGPL-2.1-or-later" homepage: "https://github.com/LPCIC/elpi" doc: "https://LPCIC.github.io/elpi/" dev-repo: "git+https://github.com/LPCIC/elpi.git" bug-reports: "https://github.com/LPCIC/elpi/issues" depends: [ "elpi" {post & >= "1.15.2"} "camlp5" {> "7.99"} "ocaml" {< "4.14.0" } ] flags: conf synopsis: "ELPI - option for legacy parser" description: """ Enables the -legacy-parser flag, implemented on top of CamlP5"""