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 "dune" {>= "2.7"}
14 "ocaml" {>= "4.08"}
15 "menhir" {>= "20190613"}
16 "re" {>= "1.7.2"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/Lelio-Brun/obelisk.git"
34url {
35 src:
36 "https://github.com/Lelio-Brun/Obelisk/releases/download/v0.8.1/obelisk-0.8.1.tbz"
37 checksum: [
38 "sha256=fd0aee7700cadd6b9595716a3899a90324504273a5f60fd465866da93a3976a2"
39 "sha512=90c0bb6e6f98dad821c1cf545c4bfaa21187a0dbb62247c3dd18d5bea79006274e3b3e482db70c0e584bc34e26cf1ac7bb1cf80a016c167892f3bcc9c1875c4b"
40 ]
41}
42x-commit-hash: "3b8cb17133628f9689e5656ff9d7f99bdcc6e68f"