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.
6"""
7maintainer: "Lélio Brun <lelio.brun@inria.fr>"
8authors: "Lélio Brun <lelio.brun@inria.fr>"
9license: "MIT"
10homepage: "https://github.com/Lelio-Brun/Obelisk"
11bug-reports: "https://github.com/Lelio-Brun/Obelisk/issues"
12doc: "https://github.com/Lelio-Brun/Obelisk/blob/v0.4.0/README.md"
13dev-repo: "git+https://github.com/Lelio-Brun/Obelisk.git"
14build: [make]
15install: [make "install" "BINDIR=%{bin}%"]
16run-test: [make "tests"]
17depends: [
18 "ocaml" {build & >= "4.03"}
19 "ocamlfind" {build}
20 "ocamlbuild" {build}
21 "menhir" {build}
22]
23url {
24 src: "https://github.com/Lelio-Brun/Obelisk/archive/v0.4.0.tar.gz"
25 checksum: [
26 "md5=7901f47c113c9a2a4c105a7b8c764279"
27 "sha512=6a706b090c96b34f70f624949a463068031c9c2c2587d8eccd459612c35677b9b9b0de3b3fd91edc66ed9fc714c2a8a773287ff399ac170752faec968f80fac8"
28 ]
29}