package sexplib

  1. Overview
  2. Docs
Library for serializing OCaml values to and from S-expressions

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.3.tar.gz
sha256=2301ae60d0d5d691c690536bb36b711192506ac64b60c57fda6cd11bb85d3608
md5=fdee4eef1918f599a07b05699e971bb6

doc/sexplib.0/Sexplib0/Sexp/Private/index.html

Module Sexp.PrivateSource

Sourceval size : t -> int * int
Sourceval buffer : unit -> Buffer.t
Sourceval to_buffer : buf:Buffer.t -> t -> unit
Sourceval to_buffer_hum : buf:Buffer.t -> ?indent:int -> t -> unit
Sourceval to_buffer_mach : buf:Buffer.t -> t -> unit
Sourceval to_buffer_gen : buf:'buffer -> add_char:('buffer -> char -> unit) -> add_string:('buffer -> string -> unit) -> t -> unit
Sourceval mach_maybe_esc_str : string -> string
Sourceval must_escape : string -> bool
Sourceval esc_str : string -> string
OCaml

Innovation. Community. Security.