package csvprovider

  1. Overview
  2. No Docs
CSV Type Provider for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.tar.gz
md5=1987582bb5b12aef0f219fa13f2a645f

Description

An implementation of a type provider for working with CSV files, targetting OCaml. Uses a simple interface generated by a PPX extension point to dynamically adapt the interface to any format of CSV files at compile-time, enabling the use of CSV handling-code without the need for extra boilerplate every time.

Published: 15 Aug 2016

Dependencies (9)

  1. ppx_tools >= "0.99.2"
  2. batteries >= "2.4.0"
  3. csv >= "1.4.0"
  4. cohttp >= "0.19.0" & < "0.99"
  5. lwt >= "2.5.0"
  6. oasis build
  7. ocamlbuild build
  8. ocamlfind build
  9. ocaml >= "4.03" & < "4.04"

Dev Dependencies

None

Used by

None

Conflicts

None