Commit 0ed61ad 1 parent 9269a37 commit 0ed61ad Copy full SHA for 0ed61ad
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
( license GPLv3)
15
15
16
- ( documentation https://url/to/documentation)
16
+ ; (documentation https://url/to/documentation)
17
17
18
18
( package
19
19
(name xlsx2csv)
20
20
(synopsis " Simple library to export .xlsx files as CSVs" )
21
21
( 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 )
23
23
( tags
24
24
( convert xlsx csv) ) )
Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ authors: ["Leonardo Santos"]
7
7
license: "GPLv3"
8
8
tags: ["convert" "xlsx" "csv"]
9
9
homepage: "https://github.com/zazedd/xlsx2csv"
10
- doc: "https://url/to/documentation"
11
10
bug-reports: "https://github.com/zazedd/xlsx2csv/issues"
12
11
depends: [
13
12
"ocaml"
14
13
"dune" {>= "3.15"}
15
14
"camlzip"
16
15
"xmlm"
17
16
"uutf"
17
+ "lwt"
18
+ "fpath"
18
19
"odoc" {with-doc}
19
20
]
20
21
build: [
You can’t perform that action at this time.
0 commit comments