Description
Program values can be serialized to and parsed from S-expressions in OCaml software. This helps developers store structured text, build configuration formats, or exchange data with tools that understand S-expressions.
It is a development library. Users normally receive it as a dependency of OCaml software that uses this data format.