obazl / rules_ocaml

A Bazel Language Support Package for OCaml
https://obazl.github.io/docs_obazl
Apache License 2.0
32 stars 7 forks source link

ocaml_binary object output as CcInfo #48

Open mobileink opened 2 years ago

mobileink commented 2 years ago

Task: support -output-obj by making ocaml-binary emit a CcInfo provider, so e.g. cc_library or cc_binary targets can depend directly on OCaml obj modules.