package ocsigen-start

  1. Overview
  2. Docs
type id = int64
val id_of_json : Deriving_Json_lexer.lexbuf -> id
val id_to_json : Buffer.t -> id -> unit
val id_json : id Deriving_Json.t
type t = {
  1. id : id;
  2. name : string;
  3. desc : string option;
}