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 "conf-texlive" {with-test} 20] 21synopsis: 22 "Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly)." 23url { 24 src: "https://github.com/Lelio-Brun/Obelisk/archive/v0.3.0.tar.gz" 25 checksum: [ 26 "sha256=dd8b399db700d9466e80b3e684c3865f7630bd86ff23bc36854bc32e973a811d" 27 "md5=96459fc6dc00a62fa31fdc922e2a00ee" 28 ] 29}