Skip to content

Commit

Permalink
Missed ocaml-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Sep 26, 2023
1 parent f96ed66 commit e3d8b54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions packages/menhir-windows/menhir-windows.20230608/opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

opam-version: "2.0"
maintainer: "francois.pottier@inria.fr"
authors: [
Expand All @@ -13,8 +12,8 @@ build: [
["dune" "build" "-p" "menhir" "-j" jobs "-x" "windows"]
]
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "2.8.0"}
"ocaml-windows" {>= "4.03.0"}
"dune" {build & >= "2.8.0"}
"menhirLib" {= version}
"menhirSdk" {= version}
"menhirLib-windows" {= version}
Expand Down
5 changes: 2 additions & 3 deletions packages/menhirLib-windows/menhirLib-windows.20230608/opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

opam-version: "2.0"
maintainer: "francois.pottier@inria.fr"
authors: [
Expand All @@ -13,8 +12,8 @@ build: [
["dune" "build" "-p" "menhirLib" "-j" jobs "-x" "windows"]
]
depends: [
"ocaml" { >= "4.03.0" }
"dune" { >= "2.8.0" }
"ocaml-windows" { >= "4.03.0" }
"dune" { build & >= "2.8.0" }
]
conflicts: [
"menhir-windows" { != version }
Expand Down
5 changes: 2 additions & 3 deletions packages/menhirSdk-windows/menhirSdk-windows.20230608/opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

opam-version: "2.0"
maintainer: "francois.pottier@inria.fr"
authors: [
Expand All @@ -13,8 +12,8 @@ build: [
["dune" "build" "-p" "menhirSdk" "-j" jobs "-x" "windows"]
]
depends: [
"ocaml" { >= "4.03.0" }
"dune" { >= "2.8.0" }
"ocaml-windows" { >= "4.03.0" }
"dune" { build & >= "2.8.0" }
]
conflicts: [
"menhir-windows" { != version }
Expand Down

0 comments on commit e3d8b54

Please sign in to comment.