Skip to content

Commit 598a9b0

Browse files
committed
ocaml versions constraints for sfml.0.09
1 parent 19d587b commit 598a9b0

File tree

1 file changed

+1
-1
lines changed
  • packages/sfml/sfml.0.09

1 file changed

+1
-1
lines changed

packages/sfml/sfml.0.09/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This version of the bindings is known to work with SFML 2.5.1
2424
tags: [ "bindings" "graphics" "audio" "multimedia" "gamedev" "opengl" "network" ]
2525

2626
depends: [
27-
"ocaml"
27+
"ocaml" {> "4.05" & < "4.12"}
2828
"ocamlfind" {build}
2929
"conf-sfml2"
3030
]

0 commit comments

Comments
 (0)