package spin

  1. Overview
  2. Docs
type t =
  1. | Official of Base.string
  2. | Git of Base.string
  3. | Local_dir of Base.string
type local = Base.string
val to_local_path : t -> local
val of_string : Base.string -> t
val to_string : t -> Base.string