Skip to content

Commit

Permalink
+menhir.20240715
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Jan 22, 2025
1 parent e510e59 commit d2593e7
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/menhir-windows/menhir-windows.20240715/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" "-x" "windows" "-j" jobs]
]
depends: [
"ocaml-windows" {>= "4.03.0"}
"dune" {>= "2.8.0"}
"menhirLib" {= version}
"menhirSdk" {= version}
"menhirCST" {= version}
"menhirLib-windows" {= version}
"menhirSdk-windows" {= version}
"menhirCST-windows" {= version}
]
synopsis: "An LR(1) parser generator"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz"
checksum: [
"md5=d39a8943fe1be28199e5ec1f4133504c"
"sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd"
]
}
29 changes: 29 additions & 0 deletions packages/menhirCST-windows/menhirCST-windows.20240715/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" "-x" "windows" "-j" jobs]
]
depends: [
"ocaml-windows" { >= "4.08" }
"dune" { >= "2.8.0" }
]
conflicts: [
"menhir-windows" { != version }
]
synopsis: "Runtime support library for parsers generated by Menhir"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz"
checksum: [
"md5=d39a8943fe1be28199e5ec1f4133504c"
"sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd"
]
}
30 changes: 30 additions & 0 deletions packages/menhirLib-windows/menhirLib-windows.20240715/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" "-x" "windows" "-j" jobs]
]
depends: [
"ocaml-windows" { >= "4.03.0" }
"dune" { >= "2.8.0" }
]
conflicts: [
"menhir-windows" { != version }
]
synopsis: "Runtime support library for parsers generated by Menhir"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz"
checksum: [
"md5=d39a8943fe1be28199e5ec1f4133504c"
"sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd"
]
}
30 changes: 30 additions & 0 deletions packages/menhirSdk-windows/menhirSdk-windows.20240715/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" "-x" "windows" "-j" jobs]
]
depends: [
"ocaml-windows" { >= "4.03.0" }
"dune" { >= "2.8.0" }
]
conflicts: [
"menhir-windows" { != version }
]
synopsis: "Compile-time library for auxiliary tools related to Menhir"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz"
checksum: [
"md5=d39a8943fe1be28199e5ec1f4133504c"
"sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd"
]
}

0 comments on commit d2593e7

Please sign in to comment.