this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Simple library to export .xlsx files as CSVs"
4description: "Simple library to export .xlsx files as CSVs"
5maintainer: ["leomendesantos@gmail.com"]
6authors: ["Leonardo Santos"]
7license: "GPL-3.0-only"
8tags: ["convert" "xlsx" "csv"]
9homepage: "https://github.com/zazedd/xlsx2csv"
10bug-reports: "https://github.com/zazedd/xlsx2csv/issues"
11depends: [
12 "ocaml" {>= "4.13"}
13 "dune" {>= "3.15"}
14 "camlzip"
15 "xmlm"
16 "uutf"
17 "lwt"
18 "fpath"
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/zazedd/xlsx2csv.git"
36url {
37 src: "https://github.com/zazedd/xlsx2csv/archive/refs/tags/0.1.2.tar.gz"
38 checksum: [
39 "md5=b5ca6e00caa7369caae5ab5a108afc40"
40 "sha512=cdcb84b4d744747c3468493597d8a34996a482ae774cdb3229fc5f1d9663c1f12b6ddc9c5e787cd2536e914dfbd806466e7dc4e874873c5303788e02e3122729"
41 ]
42}