Skip to content

Commit

Permalink
Merge pull request #2 from ddeclerck/update_menhir
Browse files Browse the repository at this point in the history
Add Menhir 20231231
  • Loading branch information
ddeclerck authored Jun 25, 2024
2 parents 455b2e8 + 7b053d2 commit 9cad29c
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/menhir-osx/menhir-osx.20231231/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"François Pottier <[email protected]>"
"Yann Régis-Gianas <[email protected]>"
]
homepage: "http://gitlab.inria.fr/fpottier/menhir"
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
license: "GPL-2.0-only"
build: [
["dune" "build" "-p" "menhir" "-j" jobs "-x" "osx"]
]
depends: [
"ocaml-osx" {>= "4.03.0"}
"dune" {>= "2.8.0"}
"menhirLib" {= version}
"menhirSdk" {= version}
"menhirCST" {= version}
"menhirLib-osx" {= version}
"menhirSdk-osx" {= version}
"menhirCST-osx" {= version}
]
synopsis: "An LR(1) parser generator"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz"
checksum: [
"md5=799748bc3b7a542798a85956c7863865"
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
]
}
29 changes: 29 additions & 0 deletions packages/menhirCST-osx/menhirCST-osx.20231231/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"François Pottier <[email protected]>"
]
homepage: "http://gitlab.inria.fr/fpottier/menhir"
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
build: [
["dune" "build" "-p" "menhirCST" "-j" jobs "-x" "osx"]
]
depends: [
"ocaml-osx" { >= "4.08" }
"dune" { >= "2.8.0" }
]
conflicts: [
"menhir-osx" { != version }
]
synopsis: "Runtime support library for parsers generated by Menhir"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz"
checksum: [
"md5=799748bc3b7a542798a85956c7863865"
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
]
}
30 changes: 30 additions & 0 deletions packages/menhirLib-osx/menhirLib-osx.20231231/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"François Pottier <[email protected]>"
"Yann Régis-Gianas <[email protected]>"
]
homepage: "http://gitlab.inria.fr/fpottier/menhir"
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
build: [
["dune" "build" "-p" "menhirLib" "-j" jobs "-x" "osx"]
]
depends: [
"ocaml-osx" { >= "4.03.0" }
"dune" { >= "2.8.0" }
]
conflicts: [
"menhir-osx" { != version }
]
synopsis: "Runtime support library for parsers generated by Menhir"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz"
checksum: [
"md5=799748bc3b7a542798a85956c7863865"
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
]
}
30 changes: 30 additions & 0 deletions packages/menhirSdk-osx/menhirSdk-osx.20231231/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"François Pottier <[email protected]>"
"Yann Régis-Gianas <[email protected]>"
]
homepage: "http://gitlab.inria.fr/fpottier/menhir"
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
build: [
["dune" "build" "-p" "menhirSdk" "-j" jobs "-x" "osx"]
]
depends: [
"ocaml-osx" { >= "4.03.0" }
"dune" { >= "2.8.0" }
]
conflicts: [
"menhir-osx" { != version }
]
synopsis: "Compile-time library for auxiliary tools related to Menhir"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz"
checksum: [
"md5=799748bc3b7a542798a85956c7863865"
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
]
}

0 comments on commit 9cad29c

Please sign in to comment.