Skip to content

Commit

Permalink
Update opam files for cross-compiling
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lefessan committed Sep 26, 2023
1 parent 7daee75 commit 672776c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions opam/osx/cobol_common-osx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "2.8.0"}
"pretty-osx" {= version}
"ocplib_stuff-osx" {>= "0.4.0" & < "1.0.0"}
"ppx_deriving" {>= "5.2.1"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
Expand Down
1 change: 0 additions & 1 deletion opam/osx/cobol_parser-osx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ depends: [
"cobol_preproc-osx" {= version}
"cobol_common-osx" {= version}
"cobol_ast-osx" {= version}
"autofonce_lib-osx" {>= "0.8" with-test}
"ppx_deriving" {>= "5.2.1"}
"menhir" {= "20230415"}
"ppx_inline_test" {with-test}
Expand Down
1 change: 1 addition & 0 deletions opam/osx/superbol_testutils-osx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ install: [
depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "2.8.0"}
"autofonce_lib-osx" {>= "0.8" with-test}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions opam/windows/cobol_common-windows.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "2.8.0"}
"pretty-windows" {= version}
"ocplib_stuff-windows" {>= "0.4.0" & < "1.0.0"}
"ppx_deriving" {>= "5.2.1"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
Expand Down
1 change: 0 additions & 1 deletion opam/windows/cobol_parser-windows.opam
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ depends: [
"cobol_preproc-windows" {= version}
"cobol_common-windows" {= version}
"cobol_ast-windows" {= version}
"autofonce_lib-windows" {>= "0.8" with-test}
"ppx_deriving" {>= "5.2.1"}
"menhir" {= "20230415"}
"ppx_inline_test" {with-test}
Expand Down
1 change: 1 addition & 0 deletions opam/windows/superbol_testutils-windows.opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ install: [
depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "2.8.0"}
"autofonce_lib-windows" {>= "0.8" with-test}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit 672776c

Please sign in to comment.