Skip to content

Commit 0ea77bb

Browse files
Mark ocaml-lsp-server as incompatible with Yojson 3
1 parent 7994d89 commit 0ea77bb

File tree

32 files changed

+32
-32
lines changed
  • packages/ocaml-lsp-server
    • ocaml-lsp-server.1.10.0
    • ocaml-lsp-server.1.10.1
    • ocaml-lsp-server.1.10.2
    • ocaml-lsp-server.1.10.3
    • ocaml-lsp-server.1.10.5
    • ocaml-lsp-server.1.10.6
    • ocaml-lsp-server.1.11.0
    • ocaml-lsp-server.1.11.1
    • ocaml-lsp-server.1.11.2
    • ocaml-lsp-server.1.11.3
    • ocaml-lsp-server.1.11.4
    • ocaml-lsp-server.1.11.5
    • ocaml-lsp-server.1.11.6
    • ocaml-lsp-server.1.12.0
    • ocaml-lsp-server.1.12.1
    • ocaml-lsp-server.1.12.2
    • ocaml-lsp-server.1.12.3
    • ocaml-lsp-server.1.12.4
    • ocaml-lsp-server.1.13.0
    • ocaml-lsp-server.1.13.1
    • ocaml-lsp-server.1.14.0
    • ocaml-lsp-server.1.14.1
    • ocaml-lsp-server.1.14.2
    • ocaml-lsp-server.1.15.0-4.14
    • ocaml-lsp-server.1.15.0-5.0
    • ocaml-lsp-server.1.15.0~5.0preview1
    • ocaml-lsp-server.1.15.1-4.14
    • ocaml-lsp-server.1.15.1-5.0
    • ocaml-lsp-server.1.16.1
    • ocaml-lsp-server.1.16.2
    • ocaml-lsp-server.1.17.0
    • ocaml-lsp-server.1.18.0~5.2preview

32 files changed

+32
-32
lines changed

packages/ocaml-lsp-server/ocaml-lsp-server.1.10.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-build-info"

packages/ocaml-lsp-server/ocaml-lsp-server.1.10.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-build-info"

packages/ocaml-lsp-server/ocaml-lsp-server.1.10.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-build-info"

packages/ocaml-lsp-server/ocaml-lsp-server.1.10.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-build-info"

packages/ocaml-lsp-server/ocaml-lsp-server.1.10.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-rpc"

packages/ocaml-lsp-server/ocaml-lsp-server.1.10.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-rpc"

packages/ocaml-lsp-server/ocaml-lsp-server.1.11.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-rpc"

packages/ocaml-lsp-server/ocaml-lsp-server.1.11.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-rpc"

packages/ocaml-lsp-server/ocaml-lsp-server.1.11.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-rpc"

packages/ocaml-lsp-server/ocaml-lsp-server.1.11.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1919
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
2020
depends: [
2121
"dune" {>= "2.9"}
22-
"yojson"
22+
"yojson" {< "3"}
2323
"re" {>= "1.5.0"}
2424
"ppx_yojson_conv_lib" {>= "v0.14"}
2525
"dune-rpc"

0 commit comments

Comments
 (0)