this repo has no description

Set OCAMLTOP_INCLUDE_PATH

OCAML_TOPLEVEL_PATH is left for now as ocamlfind's stub still uses it.

Changed files
+3
packages
ocaml
ocaml.5.3.0
+3
packages/ocaml/ocaml.5.3.0/opam
···
]
flags: conf
setenv: [
+
[OCAMLTOP_INCLUDE_PATH += "%{toplevel}%"]
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]
[CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"]
+
# Legacy opam variable
[OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
]
x-env-path-rewrite: [
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
+
[OCAMLTOP_INCLUDE_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
]
build-env: [
[CAML_LD_LIBRARY_PATH = ""]