Skip to content

Commit 0ed61ad

Browse files
committed
update deps
1 parent 9269a37 commit 0ed61ad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dune-project

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
(license GPLv3)
1515

16-
(documentation https://url/to/documentation)
16+
; (documentation https://url/to/documentation)
1717

1818
(package
1919
(name xlsx2csv)
2020
(synopsis "Simple library to export .xlsx files as CSVs")
2121
(description "Simple library to export .xlsx files as CSVs")
22-
(depends ocaml dune camlzip xmlm uutf)
22+
(depends ocaml dune camlzip xmlm uutf lwt fpath)
2323
(tags
2424
(convert xlsx csv)))

xlsx2csv.opam

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ authors: ["Leonardo Santos"]
77
license: "GPLv3"
88
tags: ["convert" "xlsx" "csv"]
99
homepage: "https://github.com/zazedd/xlsx2csv"
10-
doc: "https://url/to/documentation"
1110
bug-reports: "https://github.com/zazedd/xlsx2csv/issues"
1211
depends: [
1312
"ocaml"
1413
"dune" {>= "3.15"}
1514
"camlzip"
1615
"xmlm"
1716
"uutf"
17+
"lwt"
18+
"fpath"
1819
"odoc" {with-doc}
1920
]
2021
build: [

0 commit comments

Comments
 (0)