this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply suggestions from code review

authored by

Marcello Seri and committed by
GitHub
fb188ce3 eeae51c7

+11 -8
+6 -4
packages/conf-gmp-powm-sec/conf-gmp-powm-sec.4/opam
··· 6 6 build: [ 7 7 ["sh" "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c"] { os != "win32" } 8 8 [ 9 - "sh" 10 - "-exc" 11 - "$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c" 9 + "sh" 10 + "-exc" 11 + "$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c" 12 12 ] {os = "win32" & os-distribution = "cygwinports"} 13 - ["sh" "-exc" 13 + [ 14 + "sh" 15 + "-exc" 14 16 "%{host-arch-x86_64:installed?x86_64:}%%{host-arch-x86_32:installed?i686:}%-w64-mingw32-gcc -c $CFLAGS test.c" 15 17 ] {os = "win32"} 16 18 ]
+5 -4
packages/conf-gmp/conf-gmp.5/opam
··· 6 6 build: [ 7 7 ["sh" "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c"] { os != "win32" } 8 8 [ 9 - "sh" 10 - "-exc" 11 - "$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c" 12 - ] {os = "win32" & os-distribution = "cygwinports"} 9 + "sh" 10 + "-exc" 11 + "$(ocamlc -config-var c_compiler) -c $CFLAGS -I/usr/local/include test.c" 12 + ] {os = "win32" & os-distribution = "cygwinports"} 13 13 [ 14 14 "sh" 15 15 "-exc" ··· 17 17 ] {os = "win32" & os-distribution != "cygwinports"} 18 18 ] 19 19 depends: [ 20 + "conf-pkg-config" {os = "macos"} 20 21 (("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-gmp-i686" {os = "win32" & os-distribution != "cygwinports"}) | 21 22 ("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-gmp-x86_64" {os = "win32" & os-distribution != "cygwinports"})) 22 23 ]