dune/src/variant.mli

18 lines
330 B
OCaml

(** Library variants *)
(** Library variants allow to select the implementation of a library
at link time.
They are directly mapped to findlib predicates.
*)
include Interned.S
(** Well-known variants *)
val ppx_driver : t
val mt : t
val mt_posix : t
val byte : t
val native : t
val plugin : t