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
module CType : sig ... end
module JSType : sig ... end
type t = {
ctype : CType.t; |
packed : bool option; |
jstype : JSType.t; |
lazy' : bool; |
deprecated : bool; |
weak : bool; |
uninterpreted_option : UninterpretedOption.t list; |
extensions' : Ocaml_protoc_plugin.Runtime.Runtime'.Extensions.t; |
}
val make :
?ctype:CType.t ->
?packed:bool ->
?jstype:JSType.t ->
?lazy':bool ->
?deprecated:bool ->
?weak: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