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.2.0.tar.gz"
25 checksum: [
26 "sha256=afd1c21bf8cbc286b4983d0c1b583643d935d452b324baba10d95c6acc1dda29"
27 "md5=5486bebaa0b41ac78a54af3cb121fc2c"
28 ]
29}