Skip to content

Commit bc53826

Browse files
authored
Merge pull request ocaml#28097 from mseri/jsonrpc
jsonrpc is not compatible with yojson < 3.0.0
2 parents 1764e11 + 93d2959 commit bc53826

File tree

11 files changed

+11
-2
lines changed
  • packages/jsonrpc

11 files changed

+11
-2
lines changed

packages/jsonrpc/jsonrpc.1.15.1-5.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"ocaml" {>= "4.08"}
2323
"odoc" {with-doc}
2424
]
25+
conflicts: [ "yojson" {>= "3.0.0"} ]
2526
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627
build: [
2728
["dune" "subst"] {dev}

packages/jsonrpc/jsonrpc.1.17.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"ocaml" {>= "4.08"}
2323
"odoc" {with-doc}
2424
]
25+
conflicts: [ "yojson" {>= "3.0.0"} ]
2526
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627
build: [
2728
["dune" "subst"] {dev}

packages/jsonrpc/jsonrpc.1.18.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"ocaml" {>= "4.08"}
2323
"odoc" {with-doc}
2424
]
25+
conflicts: [ "yojson" {>= "3.0.0"} ]
2526
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627
build: [
2728
["dune" "subst"] {dev}

packages/jsonrpc/jsonrpc.1.20.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"ocaml" {>= "4.08"}
2323
"odoc" {with-doc}
2424
]
25+
conflicts: [ "yojson" {>= "3.0.0"} ]
2526
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627
build: [
2728
["dune" "subst"] {dev}

packages/jsonrpc/jsonrpc.1.21.0-4.14/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"ocaml" {>= "4.08"}
2323
"odoc" {with-doc}
2424
]
25+
conflicts: [ "yojson" {>= "3.0.0"} ]
2526
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627
build: [
2728
["dune" "subst"] {dev}

packages/jsonrpc/jsonrpc.1.21.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"ocaml" {>= "4.08"}
2323
"odoc" {with-doc}
2424
]
25+
conflicts: [ "yojson" {>= "3.0.0"} ]
2526
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627
build: [
2728
["dune" "subst"] {dev}

packages/jsonrpc/jsonrpc.1.22.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"ocaml" {>= "4.08"}
2323
"odoc" {with-doc}
2424
]
25+
conflicts: [ "yojson" {>= "3.0.0"} ]
2526
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627
build: [
2728
["dune" "subst"] {dev}

packages/jsonrpc/jsonrpc.1.23.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
"ocaml" {>= "4.08"}
2323
"odoc" {with-doc}
2424
]
25+
conflicts: [ "yojson" {>= "3.0.0"} ]
2526
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627
build: [
2728
["dune" "subst"] {dev}

packages/jsonrpc/jsonrpc.1.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1616
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
1717
depends: [
1818
"dune" {>= "2.5"}
19-
"yojson"
19+
"yojson" {< "3.0.0"}
2020
"stdlib-shims"
2121
"ocaml-syntax-shims"
2222
"ppx_yojson_conv_lib"

packages/jsonrpc/jsonrpc.1.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1616
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
1717
depends: [
1818
"dune" {>= "2.5"}
19-
"yojson"
19+
"yojson" {< "3.0.0"}
2020
"stdlib-shims"
2121
"ocaml-syntax-shims"
2222
"ppx_yojson_conv_lib"

0 commit comments

Comments
 (0)