ocamlPackages.*: use spaces for indentation
This commit is contained in:
@@ -5,10 +5,10 @@ then cstruct
|
||||
else
|
||||
|
||||
buildDunePackage {
|
||||
pname = "cstruct-lwt";
|
||||
inherit (cstruct) version src useDune2 meta;
|
||||
pname = "cstruct-lwt";
|
||||
inherit (cstruct) version src useDune2 meta;
|
||||
|
||||
minimumOCamlVersion = "4.02";
|
||||
|
||||
propagatedBuildInputs = [ cstruct lwt ];
|
||||
propagatedBuildInputs = [ cstruct lwt ];
|
||||
}
|
||||
|
||||
@@ -5,10 +5,10 @@ then cstruct
|
||||
else
|
||||
|
||||
buildDunePackage {
|
||||
pname = "ppx_cstruct";
|
||||
inherit (cstruct) version src useDune2 meta;
|
||||
pname = "ppx_cstruct";
|
||||
inherit (cstruct) version src useDune2 meta;
|
||||
|
||||
minimumOCamlVersion = "4.03";
|
||||
minimumOCamlVersion = "4.03";
|
||||
|
||||
propagatedBuildInputs = [ cstruct ppx_tools_versioned ppxlib sexplib ];
|
||||
propagatedBuildInputs = [ cstruct ppx_tools_versioned ppxlib sexplib ];
|
||||
}
|
||||
|
||||
@@ -5,12 +5,11 @@ then cstruct
|
||||
else
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "cstruct-sexp";
|
||||
inherit (cstruct) version src useDune2 meta;
|
||||
pname = "cstruct-sexp";
|
||||
inherit (cstruct) version src useDune2 meta;
|
||||
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.03";
|
||||
checkInputs = lib.optional doCheck alcotest;
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.03";
|
||||
checkInputs = lib.optional doCheck alcotest;
|
||||
|
||||
propagatedBuildInputs = [ cstruct sexplib ];
|
||||
propagatedBuildInputs = [ cstruct sexplib ];
|
||||
}
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ then cstruct
|
||||
else
|
||||
|
||||
buildDunePackage {
|
||||
pname = "cstruct-unix";
|
||||
inherit (cstruct) version src useDune2 meta;
|
||||
pname = "cstruct-unix";
|
||||
inherit (cstruct) version src useDune2 meta;
|
||||
|
||||
minimumOCamlVersion = "4.06";
|
||||
minimumOCamlVersion = "4.06";
|
||||
|
||||
propagatedBuildInputs = [ cstruct ];
|
||||
propagatedBuildInputs = [ cstruct ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user