ocamlPackages.ocamlformat-mlx: init at 0.26.2.0

This commit is contained in:
Yuri Albuquerque
2024-12-26 08:34:17 -03:00
parent b33f01b7cc
commit b6b5cedf0f
2 changed files with 23 additions and 1 deletions
@@ -0,0 +1,22 @@
{
lib,
buildDunePackage,
fetchFromGitHub,
cmdliner,
odoc,
ocamlformat-mlx-lib,
re,
}:
buildDunePackage rec {
pname = "ocamlformat-mlx";
minimalOcamlVersion = "4.08";
inherit (ocamlformat-mlx-lib) version src meta;
buildInputs = [
cmdliner
re
odoc
ocamlformat-mlx-lib
];
}
+1 -1
View File
@@ -1349,7 +1349,7 @@ let
ocamlformat-lib = callPackage ../development/ocaml-modules/ocamlformat/ocamlformat-lib.nix { };
ocamlformat-mlx = callPackage ../development/ocaml-modules/ocamlformat-mlx/ocamlformat-mlx.nix { };
ocamlformat-mlx = callPackage ../development/ocaml-modules/ocamlformat-mlx { };
ocamlformat-mlx-lib = callPackage ../development/ocaml-modules/ocamlformat-mlx/lib.nix { };