Skip to content

Commit

Permalink
ocamlPackages.ocamlformat-mlx: init at 0.26.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denommus committed Dec 26, 2024
1 parent b33f01b commit b6b5ced
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions pkgs/development/ocaml-modules/ocamlformat-mlx/default.nix
Original file line number Diff line number Diff line change
@@ -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
];
}
2 changes: 1 addition & 1 deletion pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit b6b5ced

Please sign in to comment.