this repo has no description
1opam-version: "2.0" 2maintainer: "Lélio Brun <lelio.brun@inria.fr>" 3authors: "Lélio Brun <lelio.brun@inria.fr>" 4homepage: "https://github.com/Lelio-Brun/Obelisk" 5bug-reports: "https://github.com/Lelio-Brun/Obelisk/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/Lelio-Brun/Obelisk.git" 8build: [ 9 [make] 10 [make "tests"] {with-test} 11] 12install: [make "install" "BINDIR=%{bin}%"] 13remove: [make "uninstall" "BINDIR=%{bin}%"] 14depends: [ 15 "ocaml" {>= "4.03"} 16 "ocamlfind" {build} 17 "ocamlbuild" {build} 18 "menhir" {build} 19] 20synopsis: 21 "Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly)." 22url { 23 src: "https://github.com/Lelio-Brun/Obelisk/archive/v0.3.2.tar.gz" 24 checksum: [ 25 "sha256=5f460f641c9f9289a75cdd0efe5ef5cb34b61143ee91f1613f318c349e0d451d" 26 "md5=ade61b4721eeff11937330391c03a482" 27 ] 28}