Closed mobileink closed 2 years ago
This issue was removed by removing toolchain and platform logic from rules_ocaml. The ruleset only defines a toolchain model; its up to the user to provide toolchain and platform definitions. The @opam//local:refresh
tool does this automatically for OPAM toolchains.
The OBazl rules create @ocaml. The ocaml compiler lives in
ocaml/
, so if we put a WORKSPACE.bazel file there withworkspace(name = "ocaml")
we get an error about resolving @ocaml toolchains.