File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ possible and does not make any assumptions about IO.
37
37
( ppx_expect ( and ( >= v0.17.0) :with -test) )
38
38
( uutf ( >= 1 .0.2) )
39
39
( odoc :with -doc)
40
- ( ocaml ( >= 4 .14) ) ) )
40
+ ( ocaml ( >= 4 .14) )
41
+ ( ppx_yojson_conv :with -dev-setup) ) )
41
42
42
43
( package
43
44
(name ocaml-lsp-server)
@@ -69,7 +70,8 @@ possible and does not make any assumptions about IO.
69
70
( csexp ( >= 1 .5) )
70
71
( ocamlformat-rpc-lib ( >= 0 .21.0) )
71
72
( odoc :with -doc)
72
- ( merlin-lib ( and ( >= 5 .2) ( < 6 .0) ) ) ) )
73
+ ( merlin-lib ( and ( >= 5 .2) ( < 6 .0) ) )
74
+ ( ppx_yojson_conv :with -dev-setup) ) )
73
75
74
76
( package
75
77
(name jsonrpc)
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ depends: [
32
32
"uutf" {>= "1.0.2"}
33
33
"odoc" {with-doc}
34
34
"ocaml" {>= "4.14"}
35
+ "ppx_yojson_conv" {with-dev-setup}
35
36
]
36
37
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
37
38
build: [
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ depends: [
46
46
"ocamlformat-rpc-lib" {>= "0.21.0"}
47
47
"odoc" {with-doc}
48
48
"merlin-lib" {>= "5.2" & < "6.0"}
49
+ "ppx_yojson_conv" {with-dev-setup}
49
50
]
50
51
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
51
52
build: [
You can’t perform that action at this time.
0 commit comments