We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292f309 commit 95356efCopy full SHA for 95356ef
packages/ocaml/ocaml.5.4.0/opam
@@ -13,12 +13,15 @@ depends: [
13
"dkml-base-compiler" {>= "5.4.0~" & < "5.4.1~"}
14
]
15
setenv: [
16
+ [OCAMLTOP_INCLUDE_PATH += "%{toplevel}%"]
17
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]
18
[CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"]
19
+ # Legacy opam variable
20
[OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
21
22
x-env-path-rewrite: [
23
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
24
+ [OCAMLTOP_INCLUDE_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
25
26
build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]
27
build-env: [
0 commit comments