package ocaml-protoc-plugin

  1. Overview
  2. Docs
module CType : sig ... end
module JSType : sig ... end
val name' : unit -> string
type t = {
  1. ctype : CType.t;
  2. packed : bool option;
  3. jstype : JSType.t;
  4. lazy' : bool;
  5. unverified_lazy : bool;
  6. deprecated : bool;
  7. weak : bool;
  8. uninterpreted_option : UninterpretedOption.t list;
}
OCaml

Innovation. Community. Security.