File tree Expand file tree Collapse file tree 4 files changed +23
-9
lines changed
Expand file tree Collapse file tree 4 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 11(lang dune 3 .0)
22(using cinaps 1 .0)
33(name lsp)
4+ ( version " 1.19.0+jst" )
45
56( implicit_transitive_deps false )
67
@@ -38,7 +39,7 @@ possible and does not make any assumptions about IO.
3839 ( uutf ( >= 1 .0.2) )
3940 ( odoc :with -doc)
4041 ( ocaml ( >= 4 .14) )
41- ( ppx_yojson_conv :with -dev-setup ) ) )
42+ ppx_yojson_conv) )
4243
4344( package
4445 (name ocaml-lsp-server)
@@ -56,7 +57,7 @@ possible and does not make any assumptions about IO.
5657 dyn
5758 stdune
5859 ( fiber ( and ( >= 3 .1.1) ( < 4 .0.0) ) )
59- ( ocaml ( and ( >= 5 .3 ) ( < 5 .4 ) ) )
60+ ocaml
6061 xdg
6162 ordering
6263 dune-build-info
@@ -70,13 +71,18 @@ possible and does not make any assumptions about IO.
7071 ( csexp ( >= 1 .5) )
7172 ( ocamlformat-rpc-lib ( >= 0 .21.0) )
7273 ( odoc :with -doc)
73- ( merlin-lib ( and ( >= 5 .4) ( < 6 .0) ) )
74- ( ppx_yojson_conv :with -dev-setup) ) )
74+ ( odoc-parser ( = 2 .0.0) )
75+ ( merlin-lib ( = " 5.2.1-502+jst" ) )
76+ ppx_yojson_conv
77+ core_unix
78+ async
79+ cmarkit) )
7580
7681( package
7782 (name jsonrpc)
7883 (synopsis " Jsonrpc protocol implemenation" )
7984 ( description " See https://www.jsonrpc.org/specification" )
8085 ( depends
8186 ( ocaml ( >= 4 .08) )
82- ( odoc :with -doc) ) )
87+ ( odoc :with -doc)
88+ ( yojson ( and ( >= 2 .0.0) ( < 3 .0.0) ) ) ) )
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3+ version: "1.19.0+jst"
34synopsis: "Jsonrpc protocol implemenation"
45description: "See https://www.jsonrpc.org/specification"
56maintainer: ["Rudi Grinberg <
[email protected] >"]
@@ -22,6 +23,7 @@ depends: [
2223 "dune" {>= "3.0"}
2324 "ocaml" {>= "4.08"}
2425 "odoc" {with-doc}
26+ "yojson" {>= "2.0.0" & < "3.0.0"}
2527]
2628dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2729build: [
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3+ version: "1.19.0+jst"
34synopsis: "LSP protocol implementation in OCaml"
45description: """
56
@@ -32,7 +33,7 @@ depends: [
3233 "uutf" {>= "1.0.2"}
3334 "odoc" {with-doc}
3435 "ocaml" {>= "4.14"}
35- "ppx_yojson_conv" {with-dev-setup}
36+ "ppx_yojson_conv"
3637]
3738dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
3839build: [
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3+ version: "1.19.0+jst"
34synopsis: "LSP Server for OCaml"
45description: "An LSP server for OCaml."
56maintainer: ["Rudi Grinberg <
[email protected] >"]
@@ -31,7 +32,7 @@ depends: [
3132 "dyn"
3233 "stdune"
3334 "fiber" {>= "3.1.1" & < "4.0.0"}
34- "ocaml" {>= "5.3" & < "5.4"}
35+ "ocaml"
3536 "xdg"
3637 "ordering"
3738 "dune-build-info"
@@ -45,8 +46,12 @@ depends: [
4546 "csexp" {>= "1.5"}
4647 "ocamlformat-rpc-lib" {>= "0.21.0"}
4748 "odoc" {with-doc}
48- "merlin-lib" {>= "5.4" & < "6.0"}
49- "ppx_yojson_conv" {with-dev-setup}
49+ "odoc-parser" {= "2.0.0"}
50+ "merlin-lib" {= "5.2.1-502+jst"}
51+ "ppx_yojson_conv"
52+ "core_unix"
53+ "async"
54+ "cmarkit"
5055]
5156dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
5257build: [
You can’t perform that action at this time.
0 commit comments