diff options
Diffstat (limited to 'dev-ml/ppx_sexp_conv')
-rw-r--r-- | dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild index a8e0f48c7c3c..4f793b5ea46d 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild @@ -15,11 +15,13 @@ KEYWORDS="~amd64 ~arm ~arm64" IUSE="+ocamlopt" DEPEND=" - dev-ml/base:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/result:= + >=dev-ml/base-0.14.0:= + dev-ml/findlib:= >=dev-ml/ppxlib-0.18.0:= - dev-ml/ocaml-compiler-libs:= + >=dev-ml/ocaml-compiler-libs-0.11.0:= + >=dev-ml/ocaml-migrate-parsetree-2.0.0:= + dev-ml/cinaps:= + dev-ml/sexplib0:= " RDEPEND="${DEPEND}" |