csvprovider
CSV Type Provider for OCaml
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 15 Aug 2016
- Authors
- Maintainers
Sources
Dependencies
ppx_tools
>= "0.99.2"
batteries
>= "2.4.0"
csv
>= "1.4.0"
cohttp
>= "0.19.0" & < "0.99"
lwt
>= "2.5.0"
oasis
build
ocamlbuild
build
ocamlfind
build
ocaml
>= "4.03" & < "4.04"
Reverse Dependencies