package ocaml-protoc-plugin

  1. Overview
  2. Docs
module Syntax : sig ... end

The syntax in which a protocol buffer element is defined.

module Type : sig ... end

A protocol buffer message type.

module Field : sig ... end

A single field of a message type.

module Enum : sig ... end

Enum type definition.

module EnumValue : sig ... end

Enum value definition.

module Option : sig ... end

A protocol buffer option, which can be attached to a message, field, enumeration, etc.