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 NamePart : sig ... end
type t = {
name : NamePart.t list; |
identifier_value : string option; |
positive_int_value : int option; |
negative_int_value : int option; |
double_value : float option; |
string_value : bytes option; |
aggregate_value : string option; |
}
val make :
?name:NamePart.t list ->
?identifier_value:string ->
?positive_int_value:int ->
?negative_int_value:int ->
?double_value:float ->
?string_value:bytes ->
?aggregate_value:string ->
unit ->
t
val to_proto : t -> Ocaml_protoc_plugin.Runtime.Runtime'.Writer.t
ON THIS PAGE
No table of contents