From 0efe538c5bbb92d267de3c51c58d8cf949855584 Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Thu, 14 Sep 2023 22:28:11 +0200 Subject: [PATCH] camlp5 should be a build dep --- haxe.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxe.opam b/haxe.opam index 05332d2eee0..9b3f38fe0c3 100644 --- a/haxe.opam +++ b/haxe.opam @@ -19,7 +19,7 @@ build: [ install: [make "install" "INSTALL_DIR=%{prefix}%"] remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"] depends: [ - ("ocaml" {>= "5.0"} & "camlp5") + ("ocaml" {>= "5.0"} & ("camlp5" {build})) | ("ocaml" {>= "4.08" & < "5.0"} & ("camlp5" {build & = "8.00"})) "ocamlfind" {build} "dune" {>= "1.11"}