rules_ocaml icon indicating copy to clipboard operation
rules_ocaml copied to clipboard

OCaml build rules for Bazel

Results 3 rules_ocaml issues
Sort by recently updated
recently updated
newest added

It would be nice to allow this: ``` ocaml_native_binary( name = "ocaml", srcs = "hello.ml", ) ``` In other words, when there's only one source file, it should be used...

Hi, Do you know how this ruleset compares to rules_reason? https://github.com/ostera/rules_reason There seems to be some overlap (see `ocaml_native_binary` and `ocaml_bytecode_binary`). cc @ostera

and the accompanying `deps` and `exports` attributes for _binary and _library