package spin

  1. Overview
  2. Docs
type t = {
  1. author_name : string option;
  2. email : string option;
  3. github_username : string option;
  4. create_switch : bool option;
}
val decode : t Decoder.t
val encode : t Encoder.t