File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/obelisk/obelisk.0.7.0 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
2
+ opam-version: "2.0"
3
+ synopsis: "Pretty-printing for Menhir files"
4
+ description: """
5
+ Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly).
6
+ It is inspired from yacc2latex and is also written in OCaml, but is aimed at supporting features from Menhir instead of only those of ocamlyacc."""
7
+ maintainer: ["Lélio Brun <
[email protected] >"]
8
+ authors: ["Lélio Brun"]
9
+ license: "MIT"
10
+ homepage: "https://github.com/Lelio-Brun/Obelisk"
11
+ doc: "https://github.com/Lelio-Brun/Obelisk/blob/master/README.md"
12
+ bug-reports: "https://github.com/Lelio-Brun/obelisk/issues"
13
+ depends: [
14
+ "ocaml" {>= "4.08"}
15
+ "dune" {>= "2.2.0"}
16
+ "re" {>= "1.7.2"}
17
+ "menhir" {>= "20190613"}
18
+ ]
19
+ build: [
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
+ ]
33
+ dev-repo: "git+https://github.com/Lelio-Brun/obelisk.git"
34
+ url {
35
+ src:
36
+ "https://github.com/Lelio-Brun/Obelisk/archive/refs/tags/v0.7.0.tar.gz"
37
+ checksum: [
38
+ "md5=2d8c652917133470e8127d34b8ce612c"
39
+ "sha512=d4516c8e3d067c7da8ec096d1af9af88af6c03ed9bc68848124476abc033beb34877d827fcd72940db9d25ae1d7a178ede6691e9dee2883181430be6642f3ea7"
40
+ ]
41
+ }
You can’t perform that action at this time.
0 commit comments