package ocaml-protoc-plugin

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-protoc-plugin-6.2.0.tbz
sha256=46a87788d39e09d5e824fcab29718f9625787f5b0ffb8fad3bb412567c01ecf6
sha512=bffcbe124320c028cf30b7ff7a69aa214d29eeae9fea0ace4739bcc040fde3d6896a01a075fb6b66832a061d4f3ab185ddbb03235781ddea4a618f9e29626586

doc/src/ocaml-protoc-plugin.google_types/google_types.ml.html

Source file google_types.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
(* generated by dune *)

(** @canonical Google_types.Any *)
module Any = Google_types__Any

(** @canonical Google_types.Api *)
module Api = Google_types__Api

(** @canonical Google_types.Descriptor *)
module Descriptor = Google_types__Descriptor

(** @canonical Google_types.Duration *)
module Duration = Google_types__Duration

(** @canonical Google_types.Empty *)
module Empty = Google_types__Empty

(** @canonical Google_types.Field_mask *)
module Field_mask = Google_types__Field_mask

(** @canonical Google_types.Source_context *)
module Source_context = Google_types__Source_context

(** @canonical Google_types.Struct *)
module Struct = Google_types__Struct

(** @canonical Google_types.Timestamp *)
module Timestamp = Google_types__Timestamp

(** @canonical Google_types.Type *)
module Type = Google_types__Type

(** @canonical Google_types.Wrappers *)
module Wrappers = Google_types__Wrappers