this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/janestreet_csv"
5bug-reports: "https://github.com/janestreet/janestreet_csv/issues"
6dev-repo: "git+https://github.com/janestreet/janestreet_csv.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/janestreet_csv/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "5.1.0"}
14 "async" {>= "v0.17" & < "v0.18"}
15 "bignum" {>= "v0.17" & < "v0.18"}
16 "core_kernel" {>= "v0.17" & < "v0.18"}
17 "core_unix" {>= "v0.17" & < "v0.18"}
18 "csvfields" {>= "v0.17" & < "v0.18"}
19 "delimited_parsing" {>= "v0.17" & < "v0.18"}
20 "fieldslib" {>= "v0.17" & < "v0.18"}
21 "numeric_string" {>= "v0.17" & < "v0.18"}
22 "ppx_jane" {>= "v0.17" & < "v0.18"}
23 "re2" {>= "v0.17" & < "v0.18"}
24 "textutils" {>= "v0.17" & < "v0.18"}
25 "dune" {>= "3.11.0"}
26 "pcre"
27 "tyxml" {>= "4.3.0"}
28]
29available: arch != "arm32" & arch != "x86_32"
30synopsis: "Tools for working with CSVs on the command line"
31description: "
32A suite of tools for working with CSVs from the command line. It
33contains subcommands for pretty printing, selecting, and combining
34CSVs, as well as some conversions to other formats.
35"
36url {
37src: "https://github.com/janestreet/janestreet_csv/archive/refs/tags/v0.17.0.tar.gz"
38checksum: "sha256=8940b4aa979a3bd5993b52d36cd768fd3bd5d1fb11c36c9c269ee646c7511a41"
39}