ppx_html.expander
Ppx_html_expander.Runtime_kind
ppx_html
ppx_html.examples
ppx_html.kernel
ppx_html.runtime
ppx_html.syntax
ppx_html.test
ppxlib
yojson
type t =
| Js_of_ocaml
| Kernel
Runtime_kind.t represents the runtime that ppx_html is running in. ppx_html expects Js_of_ocaml and ppx_html_kernel expects Kernel.
Runtime_kind.t
Js_of_ocaml
Kernel