this repo has no description
0
fork

Configure Feed

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

Update conf-zstd for the mingw-w64 ports

+10 -2
+10 -2
packages/conf-zstd/conf-zstd.1.3.8/opam
··· 5 5 authors: ["Facebook"] 6 6 license: "BSD-3-Clause" 7 7 build: [ 8 - ["pkg-config" "--atleast-version=1.3.8" "libzstd"] 8 + ["pkgconf" {os = "win32" & os-distribution = "cygwin"} 9 + "--personality=i686-w64-mingw32" {os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed} 10 + "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed} 11 + "pkg-config" {os != "win32" | os-distribution != "cygwin"} 12 + "--atleast-version=1.3.8" "libzstd"] 9 13 ] 10 - depends: ["conf-pkg-config" {build}] 14 + depends: [ 15 + "conf-pkg-config" {build} 16 + ("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-i686" {os = "win32" & os-distribution != "cygwinports"} | 17 + "host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-x86_64" {os = "win32" & os-distribution != "cygwinports"}) 18 + ] 11 19 depexts: [ 12 20 ["libzstd-dev"] {os-family = "debian"} 13 21 ["libzstd-dev"] {os-family = "ubuntu"}