ocaml-ppx-sexp-conv/README.md

7 lines
264 B
Markdown
Raw Normal View History

2020-06-07 22:44:51 +00:00
# ocaml-ppx-sexp-conv
2021-11-30 18:49:29 +00:00
[`Ppx_sexp_conv`](https://github.com/janestreet/ppx_sexp_conv) is a PPX syntax
extension that generates code for converting OCaml types to and from
s-expressions, as defined in the
[sexplib0 library](https://github.com/janestreet/sexplib0).