package ocaml_plugin

  1. Overview
  2. Docs
type t = {
  1. preprocessor : Preprocessor.t;
}
val default : t

The specified preprocessor will be used to build the source files. By default no preprocessing is applied.