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_ns_archive v. ocaml_ns_library #37

Open mobileink opened 3 years ago

mobileink commented 3 years ago

They should behave the same, but in obazl-2 that does not seem to be the case. At least for the tezos test case, ocaml_ns_archive works but ocaml_ns_library results in "No implementations provided". So evidently either the latter is not providing the right things or consumers are not correctly using them.