opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/csvfields" bug-reports: "https://github.com/janestreet/csvfields/issues" dev-repo: "git+https://github.com/janestreet/csvfields.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/csvfields/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "core" {>= "v0.13" & < "v0.14"} "ppx_jane" {>= "v0.13" & < "v0.14"} "sexplib" {>= "v0.13" & < "v0.14"} "dune" {>= "1.5.1"} "num" ] synopsis: "Runtime support for ppx_xml_conv and ppx_csv_conv" url { src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/csvfields-v0.13.0.tar.gz" checksum: [ "sha256=70e701910eec5842f34be30bfbcebcefa322ff6bb0592b1b1e99d95fa69ee8fb" "md5=5cc70c390a8dce471f86c30d5d2a490b" ] }