this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: [ "Richard Jones" 4 "Christophe Troestler" ] 5tags: ["csv" "database" "science"] 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7homepage: "https://github.com/Chris00/ocaml-csv" 8dev-repo: "git+https://github.com/Chris00/ocaml-csv.git" 9bug-reports: "https://github.com/Chris00/ocaml-csv/issues" 10doc: "https://Chris00.github.io/ocaml-csv/doc" 11build: [ 12 ["dune" "subst"] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15] 16depends: [ 17 "ocaml" {>= "4.03.0"} 18 "dune" 19 "base-bytes" 20 "base-unix" 21 "csv" {= version} 22 "uutf" 23] 24synopsis: "Command line tool for handling CSV files" 25description: """ 26This is a handy command line tool for handling CSV files from shell 27scripts based on the library `csv`.""" 28url { 29 src: 30 "https://github.com/Chris00/ocaml-csv/releases/download/2.3/csv-2.3.tbz" 31 checksum: [ 32 "sha256=2b90f22ef36279a4e1249d6784a4fb3e3e3f16394018ffdabae21ba71d4f759b" 33 "sha512=70ab5d0f5829c118e278942914632abdd6b626a543d3de6c11572e93aa7c869be9a03565255651d787b881fa2e9f11a933aaed70d07eed4261376e8f01dc29a4" 34 ] 35}