this repo has no description

Apply suggestions from code review

Changed files
+11 -8
packages
conf-gmp
conf-gmp.5
conf-gmp-powm-sec
conf-gmp-powm-sec.4
+6 -4
packages/conf-gmp-powm-sec/conf-gmp-powm-sec.4/opam
···
build: [
["sh" "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c"] { os != "win32" }
[
-
"sh"
-
"-exc"
-
"$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c"
+
"sh"
+
"-exc"
+
"$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c"
] {os = "win32" & os-distribution = "cygwinports"}
-
["sh" "-exc"
+
[
+
"sh"
+
"-exc"
"%{host-arch-x86_64:installed?x86_64:}%%{host-arch-x86_32:installed?i686:}%-w64-mingw32-gcc -c $CFLAGS test.c"
] {os = "win32"}
]
+5 -4
packages/conf-gmp/conf-gmp.5/opam
···
build: [
["sh" "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c"] { os != "win32" }
[
-
"sh"
-
"-exc"
-
"$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c"
-
] {os = "win32" & os-distribution = "cygwinports"}
+
"sh"
+
"-exc"
+
"$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c"
+
] {os = "win32" & os-distribution = "cygwinports"}
[
"sh"
"-exc"
···
] {os = "win32" & os-distribution != "cygwinports"}
]
depends: [
+
"conf-pkg-config" {os = "macos"}
(("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-gmp-i686" {os = "win32" & os-distribution != "cygwinports"}) |
("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-gmp-x86_64" {os = "win32" & os-distribution != "cygwinports"}))
]