this repo has no description
0
fork

Configure Feed

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

Modify build

+6 -1
+6 -1
packages/conf-libpcre/conf-libpcre.1/opam
··· 7 7 homepage: "http://www.pcre.org/" 8 8 dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git" 9 9 license: "BSD-3-Clause" 10 - build: [["pkg-config" "libpcre"]] 10 + build: 11 + ["pkgconf" {os = "win32" & os-distribution = "cygwin"} 12 + "--personality=i686-w64-mingw32" {os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed} 13 + "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed} 14 + "pkg-config" {os != "win32" | os-distribution != "cygwin"} 15 + "--print-errors" "--exists" "libpcre"] 11 16 depends: [ 12 17 "conf-pkg-config" {build} 13 18 ("host-arch-x86_32" {os = "win32" & os-distribution = "cygwin"} & "conf-mingw-w64-pcre-i686" {os = "win32" & os-distribution = "cygwin"} |