this repo has no description
0
fork

Configure Feed

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

revert libcurl changes

+1 -1
+1 -1
packages/conf-libcurl/conf-libcurl.2/opam
··· 4 4 homepage: "http://curl.haxx.se/" 5 5 license: "BSD-like" 6 6 build: [ 7 - ["pkgconf" "--personality=x86_64-w64-mingw32" "libcurl"] {os = "win32" & os-distribution != "cygwinports"} 7 + ["sh" "-exc" "curl-config --libs"] {os = "win32" & os-distribution != "cygwinports"} 8 8 ["curl-config" "--libs"] {os != "win32" | os-distribution = "cygwinports"} 9 9 ] 10 10 depexts: [