ocaml-protoc-plugin
Plugin for protoc protobuf compiler to generate ocaml definitions from a .proto file
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-protoc-plugin
-
ocaml-protoc-plugin
-
ocaml-protoc-plugin.google_types
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ocaml-protoc-plugin.google_types
type t = [
| `not_set |
| `Null_value of NullValue.t |
| `Number_value of float |
| `String_value of string |
| `Bool_value of bool |
| `Struct_value of Struct.t |
| `List_value of ListValue.t |
]
val make :
?kind:
[ `not_set
| `Null_value of NullValue.t
| `Number_value of float
| `String_value of string
| `Bool_value of bool
| `Struct_value of Struct.t
| `List_value of ListValue.t ] ->
unit ->
t
val to_proto : t -> Ocaml_protoc_plugin.Runtime.Runtime'.Writer.t
ON THIS PAGE
No table of contents