Skip to content

Commit

Permalink
Remove dependency cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Feb 10, 2021
1 parent 4acae19 commit 2a81088
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/fileutils/fileutils.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ depends: [
"stdlib-shims"
"ocamlbuild" {build}
"ocamlfind" {build}
"oasis" {build}
"ounit" {with-test & >= "2.0.0"}
]
build: [
Expand Down
3 changes: 2 additions & 1 deletion packages/graphics/graphics.5.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ homepage: "https://github.com/ocaml/graphics"
doc: "https://ocaml.github.io/graphics/"
bug-reports: "https://github.com/ocaml/graphics/issues"
depends: [
"dune" {>= "1.11"}
"dune" {>= "1.11" & < "2.0.0"}
"conf-libX11"
"ocaml" {>= "4.09.0~~" & < "4.10"}
]
conflicts: ["ocamlfind-secondary"]
build: [
["dune" "subst"] {pinned}
[
Expand Down
1 change: 1 addition & 0 deletions packages/graphics/graphics.5.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"ocaml" {>= "4.09.0~~"}
"conf-pkg-config"
]
conflicts: ["ocamlfind-secondary"]
build: [
["dune" "subst"] {pinned}
[
Expand Down
1 change: 1 addition & 0 deletions packages/graphics/graphics.5.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"conf-pkg-config" {os != "win32"}
"ocaml" {>= "4.09.0~~"}
]
conflicts: ["ocamlfind-secondary"]
build: [
["dune" "subst"] {pinned}
[
Expand Down
1 change: 1 addition & 0 deletions packages/result/result.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ depends: [
"ocaml"
"jbuilder" {>= "1.0+beta11"}
]
conflicts:["dune-configurator"]
synopsis: "Compatibility Result module"
description: """
Projects that want to use the new result type defined in OCaml >= 4.03
Expand Down

0 comments on commit 2a81088

Please sign in to comment.