Configuration options available at compiler build time.
val to_string : o -> string
to_string o
returns a compact representation of o
suitable for use in opam version strings.
val to_configure_flag : o -> string
to_configure_flag o
returns a string that can be passed to OCaml's configure
script to activate that feature.