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_struct_pc/Value'/Kind/index.html

Module Value'.KindSource

Sourcetype t =
  1. | Null_value of Null_value.t
  2. | Number_value of float
  3. | String_value of string
  4. | Bool_value of bool
  5. | Struct_value of Struct'.t
  6. | List_value of List_value.t
Sourceval null_value : Null_value.t -> t
Sourceval number_value : float -> t
Sourceval string_value : string -> t
Sourceval bool_value : bool -> t
Sourceval struct_value : Struct'.t -> t
Sourceval list_value : List_value.t -> t
OCaml

Innovation. Community. Security.