this repo has no description

arrgh another fixup

Changed files
+4 -4
packages
camlp5
camlp5.8.00.02
+4 -4
packages/camlp5/camlp5.8.00.02/opam
···
"ocaml" {>= "4.02" & < "4.14.0"}
"conf-perl"
"conf-perl-ipc-system-simple" {
-
os != "macos"
+
os-distribution != "homebrew"
}
"conf-perl-string-shellquote" {
-
os != "macos"
+
os-distribution != "homebrew"
}
"conf-diffutils" { with-test & os-distribution = "alpine" }
"pcre" { with-test }
···
[make "-C" "testsuite" "clean" "all-tests"] {
with-test
& ocaml:version >= "4.10.0"
-
& os != "macos"
+
& os-distribution != "homebrew"
}
[make "-C" "test" "clean" "all"] {
with-test
& ocaml:version >= "4.10.0"
-
& os != "macos"
+
& os-distribution != "homebrew"
}
]
install: [make "install"]