opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [
  "Richard Jones"
  "Christophe Troestler"
]
homepage: "https://forge.ocamlcore.org/projects/csv/"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
tags: [
  "database"
  "science"
]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "csv"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Library to read and write CSV files."
description: """
This library can read and write CSV files, including all extensions
used by Excel — e.g. quotes, newlines, 8 bit characters in fields, "0
etc. The library comes with a handy command line tool called csvtool
for handling CSV files from shell scripts."""
flags: light-uninstall
url {
  src: "https://download.ocamlcore.org/csv/csv/1.2.4/csv-1.2.4.tar.gz"
  checksum: "md5=5211c68f75acfc9898a9f28dcf3e8ef4"
}
