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: [make] 9install: [make "install" "BINDIR=%{bin}%"] 10remove: [make "uninstall" "BINDIR=%{bin}%"] 11depends: [ 12 "ocaml" {>= "4.03"} 13 "ocamlfind" 14 "ocamlbuild" 15 "menhir" 16] 17synopsis: 18 "Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly)." 19url { 20 src: "https://github.com/Lelio-Brun/Obelisk/archive/v0.1.0.tar.gz" 21 checksum: [ 22 "sha256=25459b75cdd0f86a08f07436718a282b46f4070d6c1e9d67fa85d8b2ddffb045" 23 "md5=b6d37f76041f2b74cd8a1c37580226f0" 24 ] 25}