package spin

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