this repo has no description
0
fork

Configure Feed

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

Mark conf-mbedtls as unavailable on cygwin

The cygwin packages do not currently provide a mingw build of mbedtls.

+1
+1
packages/conf-mbedtls/conf-mbedtls.2/opam
··· 4 4 homepage: "https://www.trustedfirmware.org/projects/mbed-tls/" 5 5 bug-reports: "https://github.com/Mbed-TLS/mbedtls/issues" 6 6 license: "Apache-2.0" 7 + available: os-distribution != "cygwin" 7 8 build: [ 8 9 ["cc" {os != "win32"} "gcc" {os = "win32"} "-I/usr/local/include" "test.c"] { os != "macos" | os-distribution != "homebrew" } 9 10 ["sh" "-c" "cc -I\"$(brew --prefix mbedtls)/include\" test.c"] {os = "macos" & os-distribution = "homebrew"}