Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
284 B
Nix
Raw Normal View History

{
buildDunePackage,
cmdliner,
odoc,
ocamlformat-mlx-lib,
re,
}:
buildDunePackage {
pname = "ocamlformat-mlx";
minimalOcamlVersion = "4.08";
inherit (ocamlformat-mlx-lib) version src meta;
buildInputs = [
cmdliner
re
odoc
ocamlformat-mlx-lib
];
}