ocamlPackages.lsp: init at 1.27.0 for OCaml 5.5

This commit is contained in:
Vincent Laporte
2026-06-25 08:22:06 +02:00
parent c3d7e253bf
commit 3a9a3fcc5a
2 changed files with 11 additions and 2 deletions
@@ -9,7 +9,9 @@
lib,
ocaml,
version ?
if lib.versionAtLeast ocaml.version "5.4" then
if lib.versionAtLeast ocaml.version "5.5" then
"1.27.0"
else if lib.versionAtLeast ocaml.version "5.4" then
"1.26.0"
else if lib.versionAtLeast ocaml.version "5.3" then
"1.23.1"
@@ -28,6 +30,11 @@
let
params =
{
"1.27.0" = {
name = "lsp";
minimalOCamlVersion = "5.3";
sha256 = "sha256-BDrNaSP4pcuq2RVFI1cKsTlzuu72mOK1VTIT3WN5JxU=";
};
"1.26.0" = {
name = "lsp";
minimalOCamlVersion = "5.3";
@@ -25,7 +25,9 @@
ocamlformat-rpc-lib,
ocaml,
version ?
if lib.versionAtLeast ocaml.version "5.4" then
if lib.versionAtLeast ocaml.version "5.5" then
"1.27.0"
else if lib.versionAtLeast ocaml.version "5.4" then
"1.26.0"
else if lib.versionAtLeast ocaml.version "5.3" then
"1.23.1"