ocamlformat_0_27_0: init

This commit is contained in:
Jules Aguillon
2024-12-04 11:25:40 +01:00
committed by Vincent Laporte
parent 5edb3e77f4
commit a128993b43
3 changed files with 4 additions and 2 deletions
@@ -1,4 +1,4 @@
{ lib, fetchurl, version ? "0.26.2", astring, base, camlp-streams, cmdliner_1_0
{ lib, fetchurl, version ? "0.27.0", astring, base, camlp-streams, cmdliner_1_0
, cmdliner_1_1, csexp, dune-build-info, either, fix, fpath, menhirLib, menhirSdk
, ocaml-version, ocp-indent, odoc-parser, result, stdio, uuseg, uutf
, janeStreet_0_15, ... }:
@@ -26,6 +26,7 @@ rec {
"0.26.0" = "sha256-AxSUq3cM7xCo9qocvrVmDkbDqmwM1FexEP7IWadeh30=";
"0.26.1" = "sha256-2gBuQn8VuexhL7gI1EZZm9m3w+4lq+s9VVdHpw10xtc=";
"0.26.2" = "sha256-Lk9Za/eqNnqET+g7oPawvxSyplF53cCCNj/peT0DdcU=";
"0.27.0" = "sha256-3b9ITAdtCPmUAO6Et5DsIx9cj8vV0zJKZADVOI6EbRU=";
}."${version}";
};
+1 -1
View File
@@ -6787,7 +6787,7 @@ with pkgs;
inherit (ocamlPackages)
ocamlformat # latest version
ocamlformat_0_26_2;
ocamlformat_0_26_2 ocamlformat_0_27_0;
inherit (ocamlPackages) odig;
+1
View File
@@ -1339,6 +1339,7 @@ let
ocamlformat_0_26_0 = ocamlformat.override { version = "0.26.0"; };
ocamlformat_0_26_1 = ocamlformat.override { version = "0.26.1"; };
ocamlformat_0_26_2 = ocamlformat.override { version = "0.26.2"; };
ocamlformat_0_27_0 = ocamlformat.override { version = "0.27.0"; };
ocamlformat = callPackage ../development/ocaml-modules/ocamlformat/ocamlformat.nix {};