mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -04:00
9 lines
345 B
Markdown
9 lines
345 B
Markdown
"Sexplib0 - a low-dep version of Sexplib"
|
|
=========================================
|
|
|
|
`sexplib0` is a lightweight portion of `sexplib`, for situations where a
|
|
dependency on `sexplib` is problematic.
|
|
|
|
It has the type definition and the printing functions, but not parsing.
|
|
|
|
See [sexplib](https://github.com/janestreet/sexplib) for documentation.
|