mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
fix deps
This commit is contained in:
parent
13aec968c2
commit
e30191cfc1
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ depends: [
|
|||
"jsonrpc" { >= "1.4" & < "1.5" }
|
||||
"containers" { >= "3.0" & < "4.0" }
|
||||
"lwt" { >= "5.1" & < "6.0" }
|
||||
"base-unix"
|
||||
"yojson" { >= "1.6" }
|
||||
"ocaml" { >= "4.08" }
|
||||
"odoc" { with-doc }
|
||||
|
|
|
|||
2
src/dune
2
src/dune
|
|
@ -3,4 +3,4 @@
|
|||
(name linol)
|
||||
(public_name linol)
|
||||
(flags :standard -warn-error -a+8)
|
||||
(libraries containers lwt lwt.unix lsp))
|
||||
(libraries containers lsp))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue