File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
learn-ocaml-client/learn-ocaml-client.0.12
learn-ocaml/learn-ocaml.0.12 Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml"
1212bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
1313dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
1414depends: [
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]
3636build: [
Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml"
1212bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
1313dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
1414depends: [
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"
You can’t perform that action at this time.
0 commit comments