this repo has no description
1opam-version: "2.0"
2maintainer: "francois.pottier@inria.fr"
3authors: [
4 "François Pottier <francois.pottier@inria.fr>"
5 "Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>"
6]
7homepage: "http://gitlab.inria.fr/fpottier/menhir"
8dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
9bug-reports: "menhir@inria.fr"
10build: [
11 ["dune" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml" { >= "4.02.3" }
15 "dune" { >= "2.0.0" }
16]
17conflicts: [
18 "menhir" { != version }
19]
20synopsis: "Runtime support library for parsers generated by Menhir"
21url {
22 src:
23 "https://gitlab.inria.fr/fpottier/menhir/-/archive/20201216/archive.tar.gz"
24 checksum: [
25 "md5=f27f8f5dedd316eff4c02d9130fced49"
26 "sha512=50f86fb2f55184f43c4be9c572ada4feb2208eb350ef64b2651351934a1b48a0b7e98c8c752c3c22e95676c5a0f38b0e638b3f845e53ecff1740dad95b50918c"
27 ]
28}