This commit is contained in:
Simon Cruanes 2021-03-24 18:28:03 -04:00
parent 13aec968c2
commit e30191cfc1
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ depends: [
"jsonrpc" { >= "1.4" & < "1.5" } "jsonrpc" { >= "1.4" & < "1.5" }
"containers" { >= "3.0" & < "4.0" } "containers" { >= "3.0" & < "4.0" }
"lwt" { >= "5.1" & < "6.0" } "lwt" { >= "5.1" & < "6.0" }
"base-unix"
"yojson" { >= "1.6" } "yojson" { >= "1.6" }
"ocaml" { >= "4.08" } "ocaml" { >= "4.08" }
"odoc" { with-doc } "odoc" { with-doc }

View file

@ -3,4 +3,4 @@
(name linol) (name linol)
(public_name linol) (public_name linol)
(flags :standard -warn-error -a+8) (flags :standard -warn-error -a+8)
(libraries containers lwt lwt.unix lsp)) (libraries containers lsp))