Skip to content

Commit

Permalink
Merge pull request #713 from psafont/up
Browse files Browse the repository at this point in the history
packages: update merlin packages to 4.18.414
  • Loading branch information
psafont authored Dec 17, 2024
2 parents 4b0fb55 + a1938ae commit 6a17ffb
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "dot-merlin-reader"
version: "4.9"
version: "4.18-414"
synopsis: "Reads config files for merlin"
description: """\
Helper process: reads .merlin files and outputs the normalized content to
Expand All @@ -11,9 +11,9 @@ license: "MIT"
homepage: "https://github.com/ocaml/merlin"
bug-reports: "https://github.com/ocaml/merlin/issues"
depends: [
"ocaml" {>= "4.08" & < "5.2"}
"ocaml" {>= "4.14"}
"dune" {>= "2.9.0"}
"merlin-lib" {>= "4.9" & < "5.0"}
"merlin-lib" {= version}
"ocamlfind" {>= "1.6.0"}
]
build: [
Expand All @@ -23,10 +23,10 @@ build: [
dev-repo: "git+https://github.com/ocaml/merlin.git"
url {
src:
"https://github.com/ocaml/merlin/releases/download/v4.9-414/merlin-4.9-414.tbz"
"https://github.com/ocaml/merlin/releases/download/v4.18-414/merlin-4.18-414.tbz"
checksum: [
"sha256=e23fc47813591269ff9d27c820988e520a662c89dd0af7ea652b21517499cbfd"
"sha512=2199f963368597d10cc197e41ebb883f6a166018c9da3fe259c354550df41b713781003598a2fe5956b0a4ae96f8c07ba33831d3cf6f9d494b731944f87e491e"
"sha256=f6d6f7a266141e358c1a869612c8135c859185d547ea3ba5c9ad7bb67fe30cc1"
"sha512=4f272bdb028fd984fef406f7e1eadd0a3ab99d94016316f1b842782b1d1bba2bd50dcf3b4021c2096c6d9b5e5f9f6bae61bedcfd9f933f15c190e01777ef83a9"
]
}
x-commit-hash: "df75a4550704c113ac29505fd68ef9b7893d4bf5"
x-commit-hash: "2b9cd21c24a687ca4dc6d0a191942b13903eae82"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "jsonrpc"
version: "1.18.0"
version: "1.20.1"
synopsis: "Jsonrpc protocol implemenation"
description: "See https://www.jsonrpc.org/specification"
maintainer: "Rudi Grinberg <[email protected]>"
Expand Down Expand Up @@ -31,10 +31,10 @@ build: [
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
url {
src:
"https://github.com/ocaml/ocaml-lsp/releases/download/1.18.0/lsp-1.18.0.tbz"
"https://github.com/ocaml/ocaml-lsp/releases/download/1.20.1/lsp-1.20.1.tbz"
checksum: [
"sha256=b59da43ccfd2ffd277c9e5f695a0e39c72c0d78e1bf2cbf2f62c1a7b7da75f03"
"sha512=be24188a2c63bf3a255c8085a8db067fa3d77d8ec989a7c9ba623bfea139455cf9eef6dd543d1bd276321abe77403c51b107745fbf4aa090e5902645dfb0343b"
"sha256=27ee54389a46701012a612dccd1f6f29ff353e348c7ba6de0fee37767dba3921"
"sha512=9e2d0fb2b316d0d1040e7043a7a38475217e5b727a669a1978c1850514a209ea7f7b04dbc9c7bf2654f9840d24d954f4530d5e93a807be633b487ef99c1c1b4f"
]
}
x-commit-hash: "58c71c7d5a3e6d6c143a7d87896d7ae9d2fec547"
x-commit-hash: "4c57c6ab72fdc9997e16db05ca41095c06df841c"
12 changes: 6 additions & 6 deletions packages/lsp/lsp.1.18.0/opam → packages/lsp/lsp.1.20.1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "lsp"
version: "1.18.0"
version: "1.20.1"
synopsis: "LSP protocol implementation in OCaml"
description: """\
Implementation of the LSP protocol in OCaml. It is designed to be as portable as
Expand All @@ -27,7 +27,7 @@ depends: [
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
"cinaps" {with-test}
"ppx_expect" {>= "v0.15.0" & with-test}
"ppx_expect" {>= "v0.17.0" & with-test}
"uutf" {>= "1.0.2"}
"odoc" {with-doc}
"ocaml" {>= "4.14"}
Expand All @@ -39,10 +39,10 @@ build: [
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
url {
src:
"https://github.com/ocaml/ocaml-lsp/releases/download/1.18.0/lsp-1.18.0.tbz"
"https://github.com/ocaml/ocaml-lsp/releases/download/1.20.1/lsp-1.20.1.tbz"
checksum: [
"sha256=b59da43ccfd2ffd277c9e5f695a0e39c72c0d78e1bf2cbf2f62c1a7b7da75f03"
"sha512=be24188a2c63bf3a255c8085a8db067fa3d77d8ec989a7c9ba623bfea139455cf9eef6dd543d1bd276321abe77403c51b107745fbf4aa090e5902645dfb0343b"
"sha256=27ee54389a46701012a612dccd1f6f29ff353e348c7ba6de0fee37767dba3921"
"sha512=9e2d0fb2b316d0d1040e7043a7a38475217e5b727a669a1978c1850514a209ea7f7b04dbc9c7bf2654f9840d24d954f4530d5e93a807be633b487ef99c1c1b4f"
]
}
x-commit-hash: "58c71c7d5a3e6d6c143a7d87896d7ae9d2fec547"
x-commit-hash: "4c57c6ab72fdc9997e16db05ca41095c06df841c"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "merlin-lib"
version: "4.16-414"
version: "4.18-414"
synopsis: "Merlin's libraries"
description: """\
These libraries provides access to low-level compiler interfaces and the
Expand All @@ -15,6 +15,7 @@ depends: [
"ocaml" {>= "4.14" & < "4.15"}
"dune" {>= "2.9.0"}
"csexp" {>= "1.5.1"}
"alcotest" {with-test & >= "1.3.0"}
"menhir" {dev & >= "20201216"}
"menhirLib" {dev & >= "20201216"}
"menhirSdk" {dev & >= "20201216"}
Expand All @@ -26,10 +27,10 @@ build: [
dev-repo: "git+https://github.com/ocaml/merlin.git"
url {
src:
"https://github.com/ocaml/merlin/releases/download/v4.16-414/merlin-4.16-414.tbz"
"https://github.com/ocaml/merlin/releases/download/v4.18-414/merlin-4.18-414.tbz"
checksum: [
"sha256=c5e91975f3df56849e1b306f356c31709a2b139d7d57634b8d21e473266fcf2d"
"sha512=1d2db379b496dc0b95874f312011cce1a48f6808e098f1aff768de0eef0caff222adc17ab61b85c7aac8d889bf9d829fb5d0211267c7a85572ce201c1cbcb990"
"sha256=f6d6f7a266141e358c1a869612c8135c859185d547ea3ba5c9ad7bb67fe30cc1"
"sha512=4f272bdb028fd984fef406f7e1eadd0a3ab99d94016316f1b842782b1d1bba2bd50dcf3b4021c2096c6d9b5e5f9f6bae61bedcfd9f933f15c190e01777ef83a9"
]
}
x-commit-hash: "16a12743b3b615a1a4f528dae26426b3073f8f24"
x-commit-hash: "2b9cd21c24a687ca4dc6d0a191942b13903eae82"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "merlin"
version: "4.16-414"
version: "4.18-414"
synopsis:
"Editor helper, provides completion, typing and source browsing in Vim and Emacs"
description:
Expand All @@ -14,7 +14,7 @@ depends: [
"ocaml" {>= "4.14" & < "4.15"}
"dune" {>= "2.9.0"}
"merlin-lib" {= version}
"dot-merlin-reader" {>= "4.9"}
"dot-merlin-reader" {= version}
"yojson" {>= "2.0.0"}
"conf-jq" {with-test}
"ppxlib" {with-test}
Expand Down Expand Up @@ -73,10 +73,10 @@ See https://github.com/OCamlPro/opam-user-setup"""
dev-repo: "git+https://github.com/ocaml/merlin.git"
url {
src:
"https://github.com/ocaml/merlin/releases/download/v4.16-414/merlin-4.16-414.tbz"
"https://github.com/ocaml/merlin/releases/download/v4.18-414/merlin-4.18-414.tbz"
checksum: [
"sha256=c5e91975f3df56849e1b306f356c31709a2b139d7d57634b8d21e473266fcf2d"
"sha512=1d2db379b496dc0b95874f312011cce1a48f6808e098f1aff768de0eef0caff222adc17ab61b85c7aac8d889bf9d829fb5d0211267c7a85572ce201c1cbcb990"
"sha256=f6d6f7a266141e358c1a869612c8135c859185d547ea3ba5c9ad7bb67fe30cc1"
"sha512=4f272bdb028fd984fef406f7e1eadd0a3ab99d94016316f1b842782b1d1bba2bd50dcf3b4021c2096c6d9b5e5f9f6bae61bedcfd9f933f15c190e01777ef83a9"
]
}
x-commit-hash: "16a12743b3b615a1a4f528dae26426b3073f8f24"
x-commit-hash: "2b9cd21c24a687ca4dc6d0a191942b13903eae82"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "ocaml-lsp-server"
version: "1.18.0"
version: "1.20.1-4.14"
synopsis: "LSP Server for OCaml"
description: "An LSP server for OCaml."
maintainer: "Rudi Grinberg <[email protected]>"
Expand All @@ -22,31 +22,31 @@ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "3.0"}
"yojson"
"base"
"lsp" {= version}
"jsonrpc" {= version}
"base" {>= "v0.16.0"}
"lsp" {= "1.20.1"}
"jsonrpc" {= "1.20.1"}
"re" {>= "1.5.0"}
"ppx_yojson_conv_lib" {>= "v0.14"}
"dune-rpc" {>= "3.4.0"}
"chrome-trace" {>= "3.3.0"}
"dyn"
"stdune"
"fiber" {>= "3.1.1" & < "4.0.0"}
"ocaml" {>= "4.14.0" & < "5.0"}
"xdg"
"ordering"
"dune-build-info"
"spawn"
"astring"
"camlp-streams"
"ppx_expect" {>= "v0.15.0" & with-test}
"ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test}
"ocamlformat" {with-test & = "0.26.2"}
"ocamlc-loc" {>= "3.7.0"}
"pp" {>= "1.1.2"}
"csexp" {>= "1.5"}
"ocamlformat-rpc-lib" {>= "0.21.0"}
"odoc" {with-doc}
"ocaml" {>= "4.14" & < "5.2"}
"merlin-lib" {>= "4.16" & < "4.17"}
"merlin-lib" {>= "4.18" & < "5.0"}
]
build: [
["dune" "subst"] {dev}
Expand All @@ -55,10 +55,10 @@ build: [
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
url {
src:
"https://github.com/ocaml/ocaml-lsp/releases/download/1.18.0/lsp-1.18.0.tbz"
"https://github.com/ocaml/ocaml-lsp/releases/download/1.20.1-4.14/lsp-1.20.1-4.14.tbz"
checksum: [
"sha256=b59da43ccfd2ffd277c9e5f695a0e39c72c0d78e1bf2cbf2f62c1a7b7da75f03"
"sha512=be24188a2c63bf3a255c8085a8db067fa3d77d8ec989a7c9ba623bfea139455cf9eef6dd543d1bd276321abe77403c51b107745fbf4aa090e5902645dfb0343b"
"sha256=ace96d00141e6d71156b519b2e36b8dedea7960ad923cfe940406dc807e6af59"
"sha512=abc56f38168c13f30e1c8a572526c187ab87d84b3df4cc20f6c7abf031f259620a303a33d39cdfe7051704d397f8b8415073e3b1920c0dcd7905db6689ca7965"
]
}
x-commit-hash: "58c71c7d5a3e6d6c143a7d87896d7ae9d2fec547"
x-commit-hash: "40c510660ced868698040ca1b480e9d237ee3845"

0 comments on commit 6a17ffb

Please sign in to comment.