Skip to content

Commit 9cf27a6

Browse files
authored
Merge pull request ocaml#23675 from fpottier/opam-publish-menhirLib.20230415
3 packages from gitlab.inria.fr/fpottier/menhir/-/archive/20230415/archive.tar.gz
2 parents 60feb64 + de9d7d1 commit 9cf27a6

File tree

3 files changed

+89
-0
lines changed
  • packages
    • menhirLib/menhirLib.20230415
    • menhirSdk/menhirSdk.20230415
    • menhir/menhir.20230415

3 files changed

+89
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
opam-version: "2.0"
3+
maintainer: "[email protected]"
4+
authors: [
5+
"François Pottier <[email protected]>"
6+
"Yann Régis-Gianas <[email protected]>"
7+
]
8+
homepage: "http://gitlab.inria.fr/fpottier/menhir"
9+
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
10+
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
11+
license: "GPL-2.0-only"
12+
build: [
13+
["dune" "build" "-p" name "-j" jobs]
14+
]
15+
depends: [
16+
"ocaml" {>= "4.03.0"}
17+
"dune" {>= "2.8.0"}
18+
"menhirLib" {= version}
19+
"menhirSdk" {= version}
20+
]
21+
synopsis: "An LR(1) parser generator"
22+
url {
23+
src:
24+
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20230415/archive.tar.gz"
25+
checksum: [
26+
"md5=7c4b51e1b666711af04f7832ebc90618"
27+
"sha512=aa8a34c173d9a82d3503919de8377f1b8c9ff721882486f0b5ae2bdb9b22ee7f5ba8f6ef25e00fbb35704fac9fc3bda71908512ed4cbd345d9dc29d6ede149b2"
28+
]
29+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
opam-version: "2.0"
3+
maintainer: "[email protected]"
4+
authors: [
5+
"François Pottier <[email protected]>"
6+
"Yann Régis-Gianas <[email protected]>"
7+
]
8+
homepage: "http://gitlab.inria.fr/fpottier/menhir"
9+
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
10+
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
11+
license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
12+
build: [
13+
["dune" "build" "-p" name "-j" jobs]
14+
]
15+
depends: [
16+
"ocaml" { >= "4.03.0" }
17+
"dune" { >= "2.8.0" }
18+
]
19+
conflicts: [
20+
"menhir" { != version }
21+
]
22+
synopsis: "Runtime support library for parsers generated by Menhir"
23+
url {
24+
src:
25+
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20230415/archive.tar.gz"
26+
checksum: [
27+
"md5=7c4b51e1b666711af04f7832ebc90618"
28+
"sha512=aa8a34c173d9a82d3503919de8377f1b8c9ff721882486f0b5ae2bdb9b22ee7f5ba8f6ef25e00fbb35704fac9fc3bda71908512ed4cbd345d9dc29d6ede149b2"
29+
]
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
opam-version: "2.0"
3+
maintainer: "[email protected]"
4+
authors: [
5+
"François Pottier <[email protected]>"
6+
"Yann Régis-Gianas <[email protected]>"
7+
]
8+
homepage: "http://gitlab.inria.fr/fpottier/menhir"
9+
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
10+
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
11+
license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
12+
build: [
13+
["dune" "build" "-p" name "-j" jobs]
14+
]
15+
depends: [
16+
"ocaml" { >= "4.03.0" }
17+
"dune" { >= "2.8.0" }
18+
]
19+
conflicts: [
20+
"menhir" { != version }
21+
]
22+
synopsis: "Compile-time library for auxiliary tools related to Menhir"
23+
url {
24+
src:
25+
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20230415/archive.tar.gz"
26+
checksum: [
27+
"md5=7c4b51e1b666711af04f7832ebc90618"
28+
"sha512=aa8a34c173d9a82d3503919de8377f1b8c9ff721882486f0b5ae2bdb9b22ee7f5ba8f6ef25e00fbb35704fac9fc3bda71908512ed4cbd345d9dc29d6ede149b2"
29+
]
30+
}

0 commit comments

Comments
 (0)