this repo has no description

fixup from maintainer

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