ocamlPackages.ocamlformat-mlx: init at 0.26.2.0
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user