We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598a9b0 commit b050d18Copy full SHA for b050d18
packages/sfml/sfml.0.09.2/opam
@@ -24,7 +24,7 @@ This version of the bindings is known to work with SFML 2.5.1
24
tags: [ "bindings" "graphics" "audio" "multimedia" "gamedev" "opengl" "network" ]
25
26
depends: [
27
- "ocaml"
+ "ocaml" {> "4.05.1"}
28
"ocamlfind" {build}
29
"conf-sfml2"
30
]
packages/sfml/sfml.0.09/opam
- "ocaml" {> "4.05" & < "4.12"}
+ "ocaml" {> "4.05.1" & < "4.12.1"}
0 commit comments