opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/janestreet_csv" bug-reports: "https://github.com/janestreet/janestreet_csv/issues" dev-repo: "git+https://github.com/janestreet/janestreet_csv.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/janestreet_csv/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "async" {>= "v0.17" & < "v0.18"} "bignum" {>= "v0.17" & < "v0.18"} "core_kernel" {>= "v0.17" & < "v0.18"} "core_unix" {>= "v0.17" & < "v0.18"} "csvfields" {>= "v0.17" & < "v0.18"} "delimited_parsing" {>= "v0.17" & < "v0.18"} "fieldslib" {>= "v0.17" & < "v0.18"} "numeric_string" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "re2" {>= "v0.17" & < "v0.18"} "textutils" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} "pcre" "tyxml" {>= "4.3.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Tools for working with CSVs on the command line" description: " A suite of tools for working with CSVs from the command line. It contains subcommands for pretty printing, selecting, and combining CSVs, as well as some conversions to other formats. " url { src: "https://github.com/janestreet/janestreet_csv/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=8940b4aa979a3bd5993b52d36cd768fd3bd5d1fb11c36c9c269ee646c7511a41" }