package protocell

  1. Overview
  2. Docs
A Protobuf plugin for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

protocell-1.0.0.tbz
sha256=8296a7b386ad3ceb5e815374e8e4aa608d618869988b6f89b354c46225582fa8
sha512=7e3c758ac59b3a52aa523e1939103e8b4ad6adf8801df0a4bb1f947650e6f626c83ae7c55f1d114bbb652114fd46e88a7ed4835079ba70eaeb137220aefc3189

doc/protocell.google/Protocell_google/Google_protobuf_api_pc/Api/index.html

Module Google_protobuf_api_pc.Api

Sourcetype t = {
  1. name : string;
  2. methods : Method'.t list;
  3. options : Google_protobuf_type_pc.Option.t list;
  4. version : string;
  5. source_context : Google_protobuf_source_context_pc.Source_context.t option;
  6. mixins : Mixin.t list;
  7. syntax : Google_protobuf_type_pc.Syntax.t;
}
Sourceval to_binary : t -> (string, [> Bin'.serialization_error ]) result
Sourceval of_binary : string -> (t, [> Bin'.deserialization_error ]) result
Sourceval to_text : t -> (string, [> Text'.serialization_error ]) result
Sourceval of_text : string -> (t, [> Text'.deserialization_error ]) result
OCaml

Innovation. Community. Security.