package ppx_meta_conv

  1. Overview
  2. No Docs
ppx_meta_conv, ppx based type_conv for various tree data formats.

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_meta_conv-2.2.0.tar.gz
md5=2ea868f984364525c247193fc9cdb56e

Description

ppx_meta_conv provides an easier way to auto-generate decoder and encoder between OCaml data types and various tree form data such as JSON, XML, Sexp, etc.

Published: 09 Nov 2015

Dependencies (5)

  1. spotlib >= "2.5.1"
  2. ppx_deriving >= "2.0" & < "4.0"
  3. omake build & < "0.10.1"
  4. ocamlfind build
  5. ocaml >= "4.02.2" & < "4.03.0"

Dev Dependencies

None

Used by (4)

  1. opamfind < "1.1.0"
  2. scaml
  3. sociaml-facebook-api >= "0.4.1"
  4. treeprint >= "2.0.0" & < "2.2.0"

Conflicts (2)

  1. sexplib < "112.24.01"
  2. tiny_json < "1.1.0"