package ocaml-protoc-plugin

  1. Overview
  2. Docs
Plugin for protoc protobuf compiler to generate ocaml definitions from a .proto file

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=278461dfca05f428e54abddfdf229471
sha512=b54528f0079c3d38d746ba97e48530bc87edfa684bc814623c450ee65502c6d16b9ae304c6ea6e19ff0ca84c454601a367abd35b295abf5b727bc702ff792716

doc/ocaml-protoc-plugin.protobuf/Protobuf/Serialize/index.html

Module Protobuf.SerializeSource

Sourcemodule S : sig ... end
Sourcemodule C = S.C
Sourceval serialize_message : (int * Protobuf__.Field.t) list -> string
Sourceval unsigned_varint : Int64.t -> Protobuf__.Field.t
Sourceval signed_varint : int64 -> Protobuf__.Field.t
Sourceval field_of_spec : 'a. 'a S.spec -> 'a -> Protobuf__.Field.t
Sourceval is_scalar : 'a. 'a S.spec -> bool
Sourceval write : 'a. 'a S.compound -> Writer.t -> 'a -> unit
Sourceval serialize : ('a, Writer.t) S.compound_list -> unit -> 'a
Sourcemodule Test : sig ... end
OCaml

Innovation. Community. Security.