mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
opam
This commit is contained in:
parent
fbdc432829
commit
d418ea010a
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ build: [
|
||||||
depends: [
|
depends: [
|
||||||
"dune" { >= "2.0" }
|
"dune" { >= "2.0" }
|
||||||
"linol" { = version }
|
"linol" { = version }
|
||||||
"jsonrpc" { >= "1.11" & < "1.12" }
|
"jsonrpc" { >= "1.14" & < "1.15" }
|
||||||
|
"lsp" { >= "1.14" & < "1.15" }
|
||||||
"lwt" { >= "5.1" & < "6.0" }
|
"lwt" { >= "5.1" & < "6.0" }
|
||||||
"base-unix"
|
"base-unix"
|
||||||
"yojson" { >= "1.6" }
|
"yojson" { >= "1.6" }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue