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.07.0"} "core" {>= "v0.12" & < "v0.13"} "ppx_jane" {>= "v0.12" & < "v0.13"} "sexplib" {>= "v0.12" & < "v0.13"} "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.12/files/csvfields-v0.12.0.tar.gz" checksum: [ "sha256=a68730b99a7cc48a0a7d845830890e0ef17b3e8d30b3c03e8250efeff570e1a0" "md5=b6ec322317100e0676fe20aed70e7c56" ] }