mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -05:00
chore: eio_main is a test dep
This commit is contained in:
parent
4e4d1bc752
commit
1f977ad145
2 changed files with 2 additions and 0 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue