package sexplib

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

sexplib-v0.14.0.tar.gz
sha256=a2d2c5fdab67b37f06a5ae190de18ba4488d02894f09fd866d4e66e60cb3348b
md5=6e230eae22face46cb8645e53e351067

doc/sexplib/Sexplib/index.html

Module Sexplib

module Conv : sig ... end

Utility Module for S-expression Conversions

module Conv_error : sig ... end
module Exn_magic : sig ... end
module Lexer : sig ... end
module Parser : sig ... end
module Parser_with_layout : sig ... end
module Path : sig ... end

Path: Module for Substitutions within S-expressions

module Pre_sexp : sig ... end
module Sexp : sig ... end

Sexp: Module for handling S-expressions (I/O, etc.)

module Sexp_intf : sig ... end

Sexp_intf: interface specification for handling S-expressions (I/O, etc.)

module Sexp_with_layout : sig ... end
module Src_pos : sig ... end

source positions, both relative and absolute

module Std : sig ... end
module Type : sig ... end
module Type_with_layout : sig ... end

S-expressions annotated with relative source positions and comments