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

ppx: support -ppx compiler hook #7

Open mobileink opened 3 years ago

mobileink commented 3 years ago

Currently all ppx transforms are run stand-alone.

Proposal: add support for passing the ppx executable directly to the compiler via the -ppx option.