chore: eio_main is a test dep

This commit is contained in:
Simon Cruanes 2024-05-22 11:52:28 -04:00
parent 4e4d1bc752
commit 1f977ad145
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 0 deletions

View file

@ -75,6 +75,7 @@
(and (and
(>= "1.0") (>= "1.0")
(< "2.0"))) (< "2.0")))
(eio_main :with-test)
("lsp" ("lsp"
(and (and
(>= "1.17") (>= "1.17")

View file

@ -12,6 +12,7 @@ depends: [
"linol" {= version} "linol" {= version}
"base-unix" "base-unix"
"eio" {>= "1.0" & < "2.0"} "eio" {>= "1.0" & < "2.0"}
"eio_main" {with-test}
"lsp" {>= "1.17" & < "1.18"} "lsp" {>= "1.17" & < "1.18"}
"jsonrpc" {>= "1.17" & < "1.18"} "jsonrpc" {>= "1.17" & < "1.18"}
"odoc" {with-doc} "odoc" {with-doc}