Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(*.opam): Make common deps constraints uniform & Add missing deps
* This should solve the error spotted in
  PR ocaml/opam-repository#19698
  (when learn-ocaml.0.13.0 is built in isolation).
  • Loading branch information
erikmd committed Oct 9, 2021
1 parent 2e74227 commit 26a50ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion learn-ocaml-client.opam
Expand Up @@ -22,7 +22,7 @@ depends: [
"cohttp-lwt-unix" {>= "2.0.0"}
"cstruct" {>= "3.3.0"}
"digestif" {>= "0.7.1"}
"dune"
"dune" {>= "1.11.4"}
"ezjsonm"
"gg"
"ipaddr" {= "2.8.0" }
Expand All @@ -35,6 +35,7 @@ depends: [
"ocp-ocamlres" {>= "0.4"}
"omd" {<= "1.3.1"}
"ppx_fields_conv"
"ppxlib"
"ppx_sexp_conv"
"ppx_tools"
"ssl" {= "0.5.5"}
Expand Down
13 changes: 8 additions & 5 deletions learn-ocaml.opam
Expand Up @@ -14,7 +14,7 @@ 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: [
"asak" {>= "0.1"}
"asak"
"base64"
"base" {>= "v0.9.4"}
"cmdliner"
Expand Down Expand Up @@ -43,14 +43,17 @@ depends: [
"ocaml" {(>= "4.12") & (< "4.13~")}
"ocamlfind" {build}
"ocp-indent-nlfork"
"ocplib-json-typed" {>= "0.6"}
"ocplib-json-typed-browser" {>= "0.6"}
"ocp-ocamlres" {= "0.4"}
"ocplib-json-typed" {>= "0.7"}
"ocplib-json-typed-browser" {>= "0.7"}
"ocp-ocamlres" {>= "0.4"}
"odoc" {build}
"omd"
"omd" {<= "1.3.1"}
"pprint"
"ppx_cstruct"
"ppxlib"
"ppx_sexp_conv"
"ppx_tools"
"ppx_tools_versioned"
"re"
"ssl" {= "0.5.5"}
"uutf" {>= "1.0" }
Expand Down

0 comments on commit 26a50ef

Please sign in to comment.