package ocaml-protoc-plugin

  1. Overview
  2. Docs
module NamePart : sig ... end
val name' : unit -> string
type t = {
  1. name : NamePart.t list;
  2. identifier_value : string option;
  3. positive_int_value : int option;
  4. negative_int_value : int option;
  5. double_value : float option;
  6. string_value : bytes option;
  7. aggregate_value : string option;
}
OCaml

Innovation. Community. Security.