package dune-private-libs

  1. Overview
  2. Docs
type t =
  1. | Msvc
  2. | Other of string
val to_dyn : t -> Dyn.t
val to_string : t -> string