Skip to content

Commit 672776c

Browse files
committed
Update opam files for cross-compiling
If you modify package.toml files, after calling `drom project`, you should also call `make opam-cross` to regenerate opam files used for cross-compilation.
1 parent 7daee75 commit 672776c

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

opam/osx/cobol_common-osx.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ depends: [
5151
"ocaml" {>= "4.14.0"}
5252
"dune" {>= "2.8.0"}
5353
"pretty-osx" {= version}
54+
"ocplib_stuff-osx" {>= "0.4.0" & < "1.0.0"}
5455
"ppx_deriving" {>= "5.2.1"}
5556
"ppx_inline_test" {with-test}
5657
"ppx_expect" {with-test}

opam/osx/cobol_parser-osx.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ depends: [
5656
"cobol_preproc-osx" {= version}
5757
"cobol_common-osx" {= version}
5858
"cobol_ast-osx" {= version}
59-
"autofonce_lib-osx" {>= "0.8" with-test}
6059
"ppx_deriving" {>= "5.2.1"}
6160
"menhir" {= "20230415"}
6261
"ppx_inline_test" {with-test}

opam/osx/superbol_testutils-osx.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ install: [
5050
depends: [
5151
"ocaml" {>= "4.14.0"}
5252
"dune" {>= "2.8.0"}
53+
"autofonce_lib-osx" {>= "0.8" with-test}
5354
"ppx_inline_test" {with-test}
5455
"ppx_expect" {with-test}
5556
"odoc" {with-doc}

opam/windows/cobol_common-windows.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ depends: [
5151
"ocaml" {>= "4.14.0"}
5252
"dune" {>= "2.8.0"}
5353
"pretty-windows" {= version}
54+
"ocplib_stuff-windows" {>= "0.4.0" & < "1.0.0"}
5455
"ppx_deriving" {>= "5.2.1"}
5556
"ppx_inline_test" {with-test}
5657
"ppx_expect" {with-test}

opam/windows/cobol_parser-windows.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ depends: [
5656
"cobol_preproc-windows" {= version}
5757
"cobol_common-windows" {= version}
5858
"cobol_ast-windows" {= version}
59-
"autofonce_lib-windows" {>= "0.8" with-test}
6059
"ppx_deriving" {>= "5.2.1"}
6160
"menhir" {= "20230415"}
6261
"ppx_inline_test" {with-test}

opam/windows/superbol_testutils-windows.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ install: [
5050
depends: [
5151
"ocaml" {>= "4.14.0"}
5252
"dune" {>= "2.8.0"}
53+
"autofonce_lib-windows" {>= "0.8" with-test}
5354
"ppx_inline_test" {with-test}
5455
"ppx_expect" {with-test}
5556
"odoc" {with-doc}

0 commit comments

Comments
 (0)