# $Id$

PortSystem          1.0
PortGroup           ocaml 1.0

name                ocaml-csv
version             1.2.3
revision            1
categories          devel ml
license             LGPL-2.1
maintainers         nomaintainer
description         CSV file parser for OCaml.
long_description    This library can read and write CSV files, including all \
                    extensions used by Excel - eg. quotes, newlines, 8 bit \
                    characters in fields, \"0 etc.

distname            csv-${version}

homepage            https://forge.ocamlcore.org/projects/csv/
master_sites        https://forge.ocamlcore.org/frs/download.php/978/

platforms           darwin

checksums           rmd160  43d0499f61047b5f4e5f132e81b31bca990d5f9e \
                    sha256  7ec19d22e5c37803ebe0bd5b98f9ee70e0c17a40ac70606b39d1e7551f2546ad

use_oasis           yes