@@ -14,43 +14,52 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml"
1414bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
1515depends: [
1616 "base" {= "v0.9.4"}
17- "base64" {= "2.2.0"}
18- "cmdliner" {= "1.0.2"}
19- "cohttp" {= "1.1.0"}
20- "cohttp-lwt-unix" {= "1.0.2"}
17+ "base64" {= "2.3.0"}
18+ "cmdliner" {= "1.0.3"}
19+ "cohttp" {= "1.1.1"}
20+ "cohttp-lwt" {= "1.1.1"}
21+ "cohttp-lwt-unix" {= "1.2.0"}
22+ "conduit" {= "1.3.0"}
23+ "conduit-lwt" {= "1.3.0"}
24+ "conduit-lwt-unix" {= "1.3.0"}
2125 "conf-git" {= "1.0"}
2226 "conf-libev" {= "4-11"}
27+ "conf-openssl" {= "1"}
28+ "cstruct" {= "3.3.0"}
2329 "decompress" {= "0.8.1"}
24- "dune" {= "1.1.1 "}
30+ "dune" {= "1.6.3 "}
2531 "easy-format" {= "1.3.1"}
26- "ezjsonm" {= "0.5.0"}
27- "ipaddr" {= "2.8.0" }
28- "js_of_ocaml" {= "3.2.0"}
29- "js_of_ocaml-compiler" {= "3.2.1"}
30- "js_of_ocaml-lwt" {= "3.2.1"}
31- "js_of_ocaml-ppx" {= "3.2.0"}
32- "js_of_ocaml-toplevel" {= "3.2.0"}
33- "js_of_ocaml-tyxml" {= "3.2.0"}
32+ "ezjsonm" {= "0.6.0"}
33+ "ipaddr" {= "2.8.0"}
34+ "js_of_ocaml" {= "3.3.0"}
35+ "js_of_ocaml-compiler" {= "3.3.0"}
36+ "js_of_ocaml-lwt" {= "3.3.0"}
37+ "js_of_ocaml-ppx" {= "3.3.0"}
38+ "js_of_ocaml-toplevel" {= "3.3.0"}
39+ "js_of_ocaml-tyxml" {= "3.3.0"}
40+ "jsonm" {= "1.0.1"}
3441 "lwt" {= "3.3.0"}
3542 "lwt_react" {= "1.1.1"}
3643 "lwt_ssl" {= "1.1.2"}
37- "magic-mime" {= "1.1.0 "}
38- "markup" {= "0.7.6 "}
44+ "magic-mime" {= "1.1.1 "}
45+ "markup" {= "0.8.0 "}
3946 "ocaml" {= "4.05.0"}
4047 "ocamlfind" {= "1.8.0"}
4148 "ocp-indent-nlfork" {= "1.5.3"}
4249 "ocp-ocamlres" {= "0.4"}
4350 "ocplib-json-typed" {= "0.6"}
44- "odoc" {build & = "1.3.0"}
51+ "odoc" {= "1.3.0"}
4552 "omd" {= "1.3.1"}
46- "pprint" {= "20171003 "}
47- "ppx_cstruct" {= "3.2.1 "}
53+ "pprint" {= "20180528 "}
54+ "ppx_cstruct" {= "3.3.0 "}
4855 "ppx_tools" {= "5.0+4.05.0"}
4956 "react" {= "1.2.1"}
5057 "reactiveData" {= "0.2.1"}
51- "tyxml" {= "4.2.0"}
58+ "ssl" {= "0.5.7"}
59+ "tyxml" {= "4.3.0"}
60+ "uri" {= "1.9.7"}
5261 "uutf" {= "1.0.1"}
53- "yojson" {= "1.4.1 "}
62+ "yojson" {= "1.5.0 "}
5463]
5564build: [
5665 [make "static"]
@@ -65,9 +74,3 @@ description: """
6574This contains the binaries forming the engine for the learn-ocaml platform, and
6675the common files. A demo exercise repository is also provided as example.
6776"""
68- pin-depends: [
69- [
70- "js_of_ocaml.3.2.0"
71- "git+https://github.com/AltGr/js_of_ocaml.git#fix-oc-utf8"
72- ]
73- ]
0 commit comments