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" {>= "5.1.0"} "core" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "sexplib" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} "num" ] available: arch != "arm32" & arch != "x86_32" synopsis: "Runtime support for ppx_xml_conv and ppx_csv_conv_deprecated" description: " " url { src: "https://github.com/janestreet/csvfields/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=c4ab42985bea21fb5880ebc0ef142bf4050a47bd199e0f2bc95ea7f830e9a2cf" }