this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Pretty-printing for Menhir files" 4description: """ 5Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly). 6It is inspired from yacc2latex and is also written in OCaml, but is aimed at supporting features from Menhir instead of only those of ocamlyacc.""" 7maintainer: ["Lélio Brun <lb@leliobrun.net>"] 8authors: ["Lélio Brun"] 9license: "MIT" 10homepage: "https://github.com/Lelio-Brun/Obelisk" 11doc: "https://github.com/Lelio-Brun/Obelisk/blob/master/README.md" 12bug-reports: "https://github.com/Lelio-Brun/obelisk/issues" 13depends: [ 14 "ocaml" {>= "4.08"} 15 "dune" {>= "2.2.0"} 16 "re" {>= "1.7.2"} 17 "menhir" {>= "20190613"} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/Lelio-Brun/obelisk.git" 34url { 35 src: 36 "https://github.com/Lelio-Brun/Obelisk/archive/refs/tags/v0.7.0.tar.gz" 37 checksum: [ 38 "md5=2d8c652917133470e8127d34b8ce612c" 39 "sha512=d4516c8e3d067c7da8ec096d1af9af88af6c03ed9bc68848124476abc033beb34877d827fcd72940db9d25ae1d7a178ede6691e9dee2883181430be6642f3ea7" 40 ] 41}