package ppx_protocol_conv

  1. Overview
  2. Docs
Ppx for generating serialisation and de-serialisation functions of ocaml types

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_protocol_conv-5.2.2.tbz
sha256=994362c2185d12f732e522e1e457b7de67745e594b898368c878424e93f84587
sha512=237b236a257f35ad671194f6ee0690dfc85eef9b088a928e7b0582b23b5acc19b6727318be6b7abfa0f6c1052047b820e7a0345d8cadb3c0280e18dc3da6e453

doc/ppx_protocol_conv.driver/Ppx_protocol_driver/Make/argument-1-D/index.html

Parameter Make.D

type t
val to_string_hum : t -> string
val to_list : t -> t list
val of_list : t list -> t
val is_list : t -> bool
val to_alist : t -> (string * t) list
val of_alist : (string * t) list -> t
val is_alist : t -> bool
val to_char : t -> char
val of_char : char -> t
val to_int : t -> int
val of_int : int -> t
val to_int32 : t -> int32
val of_int32 : int32 -> t
val to_int64 : t -> int64
val of_int64 : int64 -> t
val to_nativeint : t -> nativeint
val of_nativeint : nativeint -> t
val to_float : t -> float
val of_float : float -> t
val to_string : t -> string
val of_string : string -> t
val is_string : t -> bool
val to_bool : t -> bool
val of_bool : bool -> t
val to_bytes : t -> bytes
val of_bytes : bytes -> t
val null : t
val is_null : t -> bool
OCaml

Innovation. Community. Security.