mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
fix opam file for linol-lwt
This commit is contained in:
parent
995d0defa2
commit
0a26367afb
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ build: [
|
|||
depends: [
|
||||
"dune" { >= "2.0" }
|
||||
"linol" { = version }
|
||||
"lsp" { >= "1.6" & < "1.7" }
|
||||
"jsonrpc" { >= "1.6" & < "1.7" }
|
||||
"lsp" { >= "1.4" & < "1.6" }
|
||||
"jsonrpc" { >= "1.4" & < "1.6" }
|
||||
"lwt" { >= "5.1" & < "6.0" }
|
||||
"base-unix"
|
||||
"yojson" { >= "1.6" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue