Skip to content

Commit d037115

Browse files
authored
Merge pull request #27590 from Lelio-Brun/release-obelisk-v0.8.0
[new release] obelisk (0.8.0)
2 parents da95151 + 74ec32c commit d037115

File tree

1 file changed

+41
-0
lines changed
  • packages/obelisk/obelisk.0.8.0

1 file changed

+41
-0
lines changed

packages/obelisk/obelisk.0.8.0/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Pretty-printing for Menhir files"
3+
description: """
4+
Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly).
5+
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."""
6+
maintainer: ["Lélio Brun <[email protected]>"]
7+
authors: ["Lélio Brun"]
8+
license: "MIT"
9+
homepage: "https://github.com/Lelio-Brun/Obelisk"
10+
doc: "https://github.com/Lelio-Brun/Obelisk/blob/master/README.md"
11+
bug-reports: "https://github.com/Lelio-Brun/obelisk/issues"
12+
depends: [
13+
"ocaml" {>= "4.08"}
14+
"dune" {>= "2.2.0"}
15+
"menhir" {>= "20190613"}
16+
"re" {>= "1.7.2"}
17+
]
18+
build: [
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+
]
32+
dev-repo: "git+https://github.com/Lelio-Brun/obelisk.git"
33+
url {
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+
}
41+
x-commit-hash: "7365c912d4b7987568a70ada47d9a4966e8a221a"

0 commit comments

Comments
 (0)