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.
2 parents aed2a8d + 66423fe commit 49a7c65Copy full SHA for 49a7c65
packages/faraday/faraday.0.1.0/opam
@@ -26,7 +26,7 @@ remove: [
26
["ocamlfind" "remove" "faraday"]
27
]
28
depends: [
29
- "ocaml" {>= "4.02.0"}
+ "ocaml" {>= "4.02.0" & < "5.0"}
30
"alcotest" {with-test & >= "0.4.1"}
31
"ocamlfind" {build}
32
"ocamlbuild" {build}
packages/faraday/faraday.0.2.0/opam
@@ -24,7 +24,7 @@ build: [
24
install: ["ocaml" "setup.ml" "-install"]
25
remove: ["ocamlfind" "remove" "faraday"]
"alcotest" {with-test & >= "0.4.1" & < "0.8.0"}
0 commit comments