Commit b6b5cedf authored by Yuri Albuquerque's avatar Yuri Albuquerque
Browse files

ocamlPackages.ocamlformat-mlx: init at 0.26.2.0

parent b33f01b7
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
{
  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
Original line number Diff line number Diff line
@@ -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 { };