this repo has no description
1opam-version: "2.0"
2synopsis: "Pretty-printing for Menhir files"
3description: """
4Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly).
5It is inspired from yacc2latex and is also written in OCaml, but is aimed at supporting features from Menhir instead of only those of ocamlyacc."""
6maintainer: ["Lélio Brun <lb@leliobrun.net>"]
7authors: ["Lélio Brun"]
8license: "MIT"
9homepage: "https://github.com/Lelio-Brun/Obelisk"
10doc: "https://github.com/Lelio-Brun/Obelisk/blob/master/README.md"
11bug-reports: "https://github.com/Lelio-Brun/obelisk/issues"
12depends: [
13 "ocaml" {>= "4.08"}
14 "dune" {>= "2.2.0"}
15 "menhir" {>= "20190613"}
16 "re" {>= "1.7.2"}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/Lelio-Brun/obelisk.git"
33url {
34 src:
35 "https://github.com/Lelio-Brun/Obelisk/releases/download/v0.8.0/obelisk-0.8.0.tbz"
36 checksum: [
37 "sha256=89e86dd6484679765deed8028932c2826aa106a794b7ee64cb38c8fc89491aa8"
38 "sha512=59e03ea49715a8cc0ecf5db0686dfc316270ff56dc515b46a13e440fd5d44fe103c121ce73d181d83588d8e305b536cee965a1055359185aa8e3dffccb131c76"
39 ]
40}
41x-commit-hash: "7365c912d4b7987568a70ada47d9a4966e8a221a"