package csvprovider

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.tar.gz
md5=2d9b6c72fe2bd08094b728cb181828b8

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: 30 Apr 2016

Dependencies (8)

  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. ocamlfind build
  8. ocaml >= "4.02" & < "4.03"

Dev Dependencies

None

Used by

None

Conflicts

None