Skip to content

Commit 1c9b441

Browse files
authored
Merge pull request #28508 from fpottier/opam-publish-menhir.20250912
4 packages from gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz
2 parents bcac5d1 + 6ee86a2 commit 1c9b441

File tree

4 files changed

+119
-0
lines changed
  • packages
    • menhirCST/menhirCST.20250912
    • menhirLib/menhirLib.20250912
    • menhirSdk/menhirSdk.20250912
    • menhir/menhir.20250912

4 files changed

+119
-0
lines changed
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: "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+
"menhirCST" {= version}
21+
]
22+
synopsis: "An LR(1) parser generator"
23+
url {
24+
src:
25+
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz"
26+
checksum: [
27+
"md5=b8f83df02226419f99e49f1b637dcb11"
28+
"sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84"
29+
]
30+
}
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+
]
7+
homepage: "http://gitlab.inria.fr/fpottier/menhir"
8+
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
9+
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
10+
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
11+
build: [
12+
["dune" "build" "-p" name "-j" jobs]
13+
]
14+
depends: [
15+
"ocaml" { >= "4.08" }
16+
"dune" { >= "2.8.0" }
17+
]
18+
conflicts: [
19+
"menhir" { != version }
20+
]
21+
synopsis: "Runtime support library for unparsers generated by Menhir"
22+
url {
23+
src:
24+
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz"
25+
checksum: [
26+
"md5=b8f83df02226419f99e49f1b637dcb11"
27+
"sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84"
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/20250912/archive.tar.gz"
26+
checksum: [
27+
"md5=b8f83df02226419f99e49f1b637dcb11"
28+
"sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84"
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/20250912/archive.tar.gz"
26+
checksum: [
27+
"md5=b8f83df02226419f99e49f1b637dcb11"
28+
"sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84"
29+
]
30+
}

0 commit comments

Comments
 (0)