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.1.tar.gz"
21 checksum: [
22 "sha256=ab68ed65f9b0910925c608b7e5e9df205ef11f4ab4876bb48d3d661c4d706793"
23 "md5=de4f5866a96fb43444e78e8fbc75c119"
24 ]
25}