Skip to content
Snippets Groups Projects
Commit 9ceb4e8b authored by Michele Alberti's avatar Michele Alberti
Browse files

Add csv package as dependency.

parent 377c194e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ depends: [
"yojson" {>= "1.7.0"}
"menhirLib" {>= "20210310"}
"ppx_deriving_yojson" {>= "3.6.1"}
"csv" {>= "2.4"}
"odoc" {with-doc}
]
build: [
......
......@@ -20,6 +20,7 @@
(yojson (>= 1.7.0))
(menhirLib (>= 20210310))
(ppx_deriving_yojson (>= 3.6.1))
(csv (>= 2.4))
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment