this repo has no description
0
fork

Configure Feed

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

conf-libcurl: Support Ubuntu-derivatives and FreeBSD

+2
+2
packages/conf-libcurl/conf-libcurl.2/opam
··· 6 6 build: ["curl-config" "--libs"] 7 7 depexts: [ 8 8 ["libcurl4-gnutls-dev"] {os-family = "debian"} 9 + ["libcurl4-gnutls-dev"] {os-family = "ubuntu"} 9 10 ["libcurl-devel"] {os-distribution = "mageia"} 10 11 ["libcurl-devel" "openssl-devel"] {os-distribution = "centos"} 11 12 ["curl"] {os-distribution = "nixos"} ··· 17 18 ["libcurl-devel"] {os-distribution = "ol"} 18 19 ["curl"] {os-distribution = "homebrew" & os = "macos"} 19 20 ["curl"] {os-distribution = "macports" & os = "macos"} 21 + ["curl"] {os = "freebsd"} 20 22 ] 21 23 synopsis: "Virtual package relying on a libcurl system installation" 22 24 description: