this repo has no description

Apply suggestions from code review

Changed files
+2 -2
packages
xlsx2csv
xlsx2csv.0.1.2
+2 -2
packages/xlsx2csv/xlsx2csv.0.1.2/opam
···
description: "Simple library to export .xlsx files as CSVs"
maintainer: ["leomendesantos@gmail.com"]
authors: ["Leonardo Santos"]
-
license: "GPLv3"
+
license: "GPL-3.0-only"
tags: ["convert" "xlsx" "csv"]
homepage: "https://github.com/zazedd/xlsx2csv"
bug-reports: "https://github.com/zazedd/xlsx2csv/issues"
depends: [
-
"ocaml"
+
"ocaml" {>= "4.13"}
"dune" {>= "3.15"}
"camlzip"
"xmlm"