Skip to content

Commit 9a31c92

Browse files
committed
Relax the dependencies constraints as suggested by @kit-ty-kate
Three "=" constraints need to be kept for 0.12 though: * "ocaml" {= "4.05.0"} * "decompress" {= "0.8.1"} * "ocplib-json-typed" {= "0.6"}
1 parent 0af7169 commit 9a31c92

File tree

2 files changed

+15
-15
lines changed
  • packages
    • learn-ocaml-client/learn-ocaml-client.0.12
    • learn-ocaml/learn-ocaml.0.12

2 files changed

+15
-15
lines changed

packages/learn-ocaml-client/learn-ocaml-client.0.12/opam

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml"
1212
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
1313
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
1414
depends: [
15-
"base" {= "v0.9.4"}
15+
"base" {>= "v0.9.4"}
1616
"base64"
1717
"cmdliner"
1818
"omd"
1919
"asak"
20-
"cohttp" {>= "1.0.0"}
21-
"cohttp-lwt-unix" {>= "1.0.0"}
20+
"cohttp" {>= "1.0.0" & < "2.0.0"}
21+
"cohttp-lwt-unix" {>= "1.0.0" & < "2.0.0"}
2222
"digestif" {>= "0.7.1"}
2323
"dune" {>= "1.1.1"}
2424
"ezjsonm"
2525
"lwt" {>= "3.2.0" & < "4.0.0"}
2626
"lwt_ssl"
27-
"ocaml" {>= "4.05.0"}
27+
"ocaml" {= "4.05.0"}
2828
"ocamlfind" {build}
2929
"ocp-indent-nlfork"
30-
"ocp-ocamlres" {= "0.4"}
30+
"ocp-ocamlres" {>= "0.4"}
3131
"ocplib-json-typed" {= "0.6"}
32-
"ipaddr" {= "2.8.0" }
33-
"cstruct" {= "3.3.0"}
32+
"ipaddr" {>= "2.8.0" }
33+
"cstruct" {>= "3.3.0"}
3434
"ppx_tools"
3535
]
3636
build: [

packages/learn-ocaml/learn-ocaml.0.12/opam

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml"
1212
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
1313
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
1414
depends: [
15-
"base" {= "v0.9.4"}
15+
"base" {>= "v0.9.4"}
1616
"base64"
1717
"cmdliner"
18-
"cohttp" {>= "1.0.0"}
19-
"cohttp-lwt-unix" {>= "1.0.0"}
18+
"cohttp" {>= "1.0.0" & < "2.0.0"}
19+
"cohttp-lwt-unix" {>= "1.0.0" & < "2.0.0"}
2020
"conf-git"
2121
"decompress" {= "0.8.1"}
2222
"digestif" {>= "0.7.1"}
2323
"dune" {>= "1.1.1"}
2424
"easy-format" {>= "1.3.0" }
25-
"ipaddr" {= "2.8.0" }
25+
"ipaddr" {>= "2.8.0" }
2626
"ezjsonm"
2727
"js_of_ocaml" {>= "3.3.0"}
28-
"js_of_ocaml-compiler" {= "3.3.0"}
28+
"js_of_ocaml-compiler" {>= "3.3.0"}
2929
"js_of_ocaml-lwt"
3030
"js_of_ocaml-ppx"
3131
"js_of_ocaml-toplevel"
@@ -35,12 +35,12 @@ depends: [
3535
"lwt_ssl"
3636
"magic-mime"
3737
"markup"
38-
"ocaml" {>= "4.05.0"}
38+
"ocaml" {= "4.05.0"}
3939
"ocamlfind" {build}
4040
"ocp-indent-nlfork"
41-
"ocp-ocamlres" {= "0.4"}
41+
"ocp-ocamlres" {>= "0.4"}
4242
"ocplib-json-typed" {= "0.6"}
43-
"odoc" {build & = "1.3.0"}
43+
"odoc" {build & >= "1.3.0"}
4444
"omd"
4545
"pprint"
4646
"ppx_cstruct"

0 commit comments

Comments
 (0)