package sexplib

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

Install

Dune Dependency

Authors

Maintainers

Sources

sexplib-v0.10.0.tar.gz
sha256=90cb764c44f7b2ab1455b64bef2d8ad9452947946fa90598dda7994b7f434c57
md5=b8f5db21a2b19aadc753c6e626019068

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.