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 = {
message_set_wire_format : bool; |
no_standard_descriptor_accessor : bool; |
deprecated : bool; |
map_entry : bool option; |
uninterpreted_option : UninterpretedOption.t list; |
extensions' : Ocaml_protoc_plugin.Runtime.Runtime'.Extensions.t; |
}
val make :
?message_set_wire_format:bool ->
?no_standard_descriptor_accessor:bool ->
?deprecated:bool ->
?map_entry:bool ->
?uninterpreted_option:UninterpretedOption.t list ->
?extensions':Ocaml_protoc_plugin.Runtime.Runtime'.Extensions.t ->
unit ->
t
val to_proto : t -> Ocaml_protoc_plugin.Runtime.Runtime'.Writer.t
ON THIS PAGE
No table of contents