lmao that was it?

Signed-off-by: Sacha-Élie Ayoun <sachaayoun@gmail.com>
This commit is contained in:
Sacha-Élie Ayoun 2025-04-03 14:27:34 +01:00
parent e43f2e588a
commit ca4546f1b5
7 changed files with 13 additions and 31 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "vendor/ocaml-lsp"]
path = vendor/ocaml-lsp
url = https://github.com/ocaml/ocaml-lsp.git

1
dune Normal file
View file

@ -0,0 +1 @@
(vendored_dirs vendor)

View file

@ -28,17 +28,14 @@
"logs"
("trace"
(>= "0.4"))
("lsp"
(and
(>= "1.19")
(< "1.23")))
("jsonrpc"
(and
(>= "1.19")
(< "1.23")))
("ocaml"
(>= "4.14"))
("odoc" :with-doc)))
("odoc" :with-doc)
; The following dependencies are needed for lsp, which we vendor
(uutf
(>= 1.0.2))
(ppx_yojson_conv_lib
(>= "v0.14"))))
(package
(name linol-lwt)
@ -53,14 +50,6 @@
(and
(>= "5.1")
(< "6.0")))
("lsp"
(and
(>= "1.19")
(< "1.23")))
("jsonrpc"
(and
(>= "1.19")
(< "1.23")))
("odoc" :with-doc)))
(package
@ -78,12 +67,4 @@
(>= "1.0")
(< "2.0")))
(eio_main :with-test)
("lsp"
(and
(>= "1.19")
(< "1.23")))
("jsonrpc"
(and
(>= "1.19")
(< "1.23")))
("odoc" :with-doc)))

View file

@ -14,8 +14,6 @@ depends: [
"base-unix"
"eio" {>= "1.0" & < "2.0"}
"eio_main" {with-test}
"lsp" {>= "1.19" & < "1.23"}
"jsonrpc" {>= "1.19" & < "1.23"}
"odoc" {with-doc}
]
build: [

View file

@ -13,8 +13,6 @@ depends: [
"linol" {= version}
"base-unix"
"lwt" {>= "5.1" & < "6.0"}
"lsp" {>= "1.19" & < "1.23"}
"jsonrpc" {>= "1.19" & < "1.23"}
"odoc" {with-doc}
]
build: [

View file

@ -12,10 +12,10 @@ depends: [
"yojson" {>= "1.6"}
"logs"
"trace" {>= "0.4"}
"lsp" {>= "1.19" & < "1.23"}
"jsonrpc" {>= "1.19" & < "1.23"}
"ocaml" {>= "4.14"}
"odoc" {with-doc}
"uutf" {>= "1.0.2"}
"ppx_yojson_conv_lib" {>= "v0.14"}
]
build: [
["dune" "subst"] {pinned}

1
vendor/ocaml-lsp vendored Submodule

@ -0,0 +1 @@
Subproject commit aae6986391a8519de3da6a7a341f2bd3376e0d2f