this repo has no description

Add missing field to ocaml.5.2.1 and ocaml.5.2.2

Changed files
+6
packages
ocaml
ocaml.5.2.1
ocaml.5.2.2
+3
packages/ocaml/ocaml.5.2.1/opam
···
[CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"]
[OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
]
+
x-env-path-rewrite: [
+
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
+
]
build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]
build-env: [
[CAML_LD_LIBRARY_PATH = ""]
+3
packages/ocaml/ocaml.5.2.2/opam
···
[CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"]
[OCAML_TOPLEVEL_PATH = "%{toplevel}%"]
]
+
x-env-path-rewrite: [
+
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
+
]
build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]
build-env: [
[CAML_LD_LIBRARY_PATH = ""]