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.unix/Sexplib_unix/Sexplib_unix_conv/index.html

Module Sexplib_unix.Sexplib_unix_convSource

Exception sexp converters that are Unix-specific. Handles Unix.Unix_error.

Write let () = Sexplib_unix.Sexplib_unix_conv.linkme in your program to ensure that the code in this module is run, i.e. the unix-specific exception converters are added. This is already done by Core, so any application that uses Core need not worry about this module at all.

Sourceval linkme : unit
OCaml

Innovation. Community. Security.