this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/csvfields" 5bug-reports: "https://github.com/janestreet/csvfields/issues" 6dev-repo: "git+https://github.com/janestreet/csvfields.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/csvfields/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "core" {>= "v0.13" & < "v0.14"} 15 "ppx_jane" {>= "v0.13" & < "v0.14"} 16 "sexplib" {>= "v0.13" & < "v0.14"} 17 "dune" {>= "1.5.1"} 18 "num" 19] 20synopsis: "Runtime support for ppx_xml_conv and ppx_csv_conv" 21url { 22 src: 23 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/csvfields-v0.13.0.tar.gz" 24 checksum: [ 25 "sha256=70e701910eec5842f34be30bfbcebcefa322ff6bb0592b1b1e99d95fa69ee8fb" 26 "md5=5cc70c390a8dce471f86c30d5d2a490b" 27 ] 28}