package ocaml-protoc-plugin

  1. Overview
  2. Docs
val name' : unit -> string
type t = [
  1. | `Null_value of NullValue.t
  2. | `Number_value of float
  3. | `String_value of string
  4. | `Bool_value of bool
  5. | `Struct_value of Struct.t
  6. | `List_value of ListValue.t
]
OCaml

Innovation. Community. Security.