diff --git a/learn-ocaml-client.opam b/learn-ocaml-client.opam index 450b183d2..437db5388 100644 --- a/learn-ocaml-client.opam +++ b/learn-ocaml-client.opam @@ -14,31 +14,31 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml" bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues" dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml" depends: [ - "base" {>= "v0.9.4"} + "asak" "base64" + "base" {>= "v0.9.4"} "cmdliner" - "omd" {<= "1.3.1"} - "asak" - "gg" - "vg" "cohttp" {>= "2.0.0"} "cohttp-lwt-unix" {>= "2.0.0"} - "ssl" {= "0.5.5"} + "cstruct" {>= "3.3.0"} "digestif" {>= "0.7.1"} "dune" "ezjsonm" + "gg" + "ipaddr" {= "2.8.0" } "lwt" {>= "4.0.0"} "lwt_ssl" "ocaml" {(>= "4.12") & (< "4.13~")} "ocamlfind" {build} "ocp-indent-nlfork" - "ocp-ocamlres" {>= "0.4"} "ocplib-json-typed" {>= "0.7"} - "ipaddr" {= "2.8.0" } - "cstruct" {>= "3.3.0"} - "ppx_tools" - "ppx_sexp_conv" + "ocp-ocamlres" {>= "0.4"} + "omd" {<= "1.3.1"} "ppx_fields_conv" + "ppx_sexp_conv" + "ppx_tools" + "ssl" {= "0.5.5"} + "vg" ] build: [ ["dune" "build" "@install" "-p" name "-j" jobs] diff --git a/learn-ocaml.opam b/learn-ocaml.opam index 27aad57af..05efbcfe9 100644 --- a/learn-ocaml.opam +++ b/learn-ocaml.opam @@ -14,8 +14,9 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml" bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues" dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml" depends: [ - "base" {>= "v0.9.4"} + "asak" {>= "0.1"} "base64" + "base" {>= "v0.9.4"} "cmdliner" "cohttp" {>= "2.0.0"} "cohttp-lwt" {>= "2.0.0"} @@ -25,8 +26,8 @@ depends: [ "digestif" {>= "0.7.1"} "dune" {>= "1.11.4"} "easy-format" {>= "1.3.0" } - "ipaddr" {>= "2.8.0" } "ezjsonm" + "ipaddr" {>= "2.8.0" } "js_of_ocaml" {>= "3.3.0" & != "3.10.0"} "js_of_ocaml-compiler" {>= "3.3.0"} "js_of_ocaml-lwt" @@ -36,26 +37,25 @@ depends: [ "lwt" {>= "4.0.0"} "lwt_react" "lwt_ssl" - "ssl" {= "0.5.5"} "magic-mime" "markup" "markup-lwt" "ocaml" {(>= "4.12") & (< "4.13~")} "ocamlfind" {build} "ocp-indent-nlfork" - "ocp-ocamlres" {= "0.4"} "ocplib-json-typed" {>= "0.6"} "ocplib-json-typed-browser" {>= "0.6"} + "ocp-ocamlres" {= "0.4"} "odoc" {build} "omd" "pprint" "ppx_cstruct" "ppx_tools" "re" + "ssl" {= "0.5.5"} "uutf" {>= "1.0" } "vg" "yojson" {>= "1.4.0" } - "asak" {>= "0.1"} ] build: [ [make "static"]