opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Richard Jones" "Christophe Troestler" ] tags: [ "csv" "database" "science" ] license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/Chris00/ocaml-csv" dev-repo: "git+https://github.com/Chris00/ocaml-csv.git" bug-reports: "https://github.com/Chris00/ocaml-csv/issues" doc: "https://Chris00.github.io/ocaml-csv/doc" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.02.3"} "csv" {= "2.0"} "jbuilder" {>= "1.0+beta7"} "base-bytes" "base-unix" "lwt" {>= "2.4.7"} ] synopsis: "A pure OCaml library to read and write CSV files, LWT version." description: """ This is a pure OCaml library to read and write CSV files, including all extensions used by Excel — e.g. quotes, newlines, 8 bit characters in fields, \\"0 etc. A special representation of rows of CSV files with a header is provided. The library comes with a handy command line tool called csvtool for handling CSV files from shell scripts. This version can be used with the monadic concurrency library LWT.""" url { src: "https://github.com/Chris00/ocaml-csv/releases/download/2.0/csv-2.0.tbz" checksum: [ "sha256=f7077c3928c3e36b207c06bd2e82625f5a92c480144f48ecc92e16c697d7ddbc" "md5=b21dff064ec2151923cce97564688ea5" ] }