I notice that included in the source of the OpaWhiteBoard example, there is a .ml file here: https://github.com/hhugo/OpaWhiteBoard/blob/master/src/opacairo/cairo.ml
This appears to be OCaml with some directives ("##"). I m guessing this means it s possible to write extensions to Opa in OCaml, correct?