package ocaml-protoc-plugin

  1. Overview
  2. Docs
val name' : unit -> string
type t = {
  1. name : string;
  2. fields : Field.t list;
  3. oneofs : string list;
  4. options : Option.t list;
  5. source_context : Source_context.Google.Protobuf.SourceContext.t option;
  6. syntax : Syntax.t;
}
OCaml

Innovation. Community. Security.