package piqilib

  1. Overview
  2. Docs
The Piqi library -- runtime support for multi-format Protobuf/JSON/XML/Piq data serialization and conversion

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.6.16.tar.gz
sha256=7490ab16b6f0f2496b58731c49eaa596985cbaff3be1edf3def8d61dae99fa53
md5=33121fae570f0949426bab875c809b78

doc/piqilib/Piq_piqi/Piq_piqi/index.html

Module Piq_piqi.Piq_piqiSource

type float64 = float
type uint64 = int64
type float = float64
type binary = string
type word = string
type name = word
type piq = [
  1. | `int of int64
  2. | `uint of uint64
  3. | `float of float
  4. | `bool of bool
  5. | `binary of binary
  6. | `string of string
  7. | `word of word
  8. | `text of string
  9. | `raw_string of binary
  10. | `name of name
  11. | `named of Piq_piqi.named
  12. | `typename of name
  13. | `typed of Piq_piqi.typed
  14. | `list of Piq_piqi.piq_list
  15. | `splice of Piq_piqi.splice
]
type piq_node = Piq_node.t
type loc = Loc.t
type piq_list = piq_node list
type named = Named.t
type splice = Splice.t
type typed = Typed.t