Library containing the definition of S-expressions and some base converters
Browse cluster: OCaml incremental computation and PPX tooling →Sexplib0 is a lightweight OCaml library that provides type definitions and printing functions for S-expressions, designed as a low-dependency alternative to the full sexplib library. It omits parsing functionality to minimize dependencies in situations where the complete sexplib would be impractical. The project is part of the sexplib ecosystem, which is maintained by Jane Street.