rules_ocaml
rules_ocaml copied to clipboard
pkg-config support
Users may want to use system-installed libs. We need a bazelish way to support this.
One possibility is bazel_pkg_config, although it looks to be moribund.
A better way might be to implement a 'syslib' module extension. Put it in tools_opam?