package spin

  1. Overview
  2. Docs
type t =
  1. | Git of Spin_std.string
  2. | Local_dir of Spin_std.string
  3. | Official of Spin_std.string
val decode : t Decoder.t
val encode : t -> Spin_std.Sexp.t