We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70883b0 commit b8573d7Copy full SHA for b8573d7
packages/conf-libclang/conf-libclang.14/opam
@@ -23,7 +23,9 @@ depexts: [
23
["clang-devel" "llvm-devel" "llvm-static" "zlib-devel"]
24
{os-distribution = "centos"}
25
["clang14-devel" "llvm14-devel" "zlib-devel" "redhat-rpm-config"]
26
- {os-distribution = "fedora"}
+ {os-distribution = "fedora" & os-version >= "37"}
27
+ ["clang-devel" "llvm-devel" "zlib-devel" "redhat-rpm-config"]
28
+ {os-distribution = "fedora" & os-version < "37"}
29
30
{os-distribution = "ol" & os-version >= "8"}
31
["llvm-clang-devel"] {os-family = "suse"}
0 commit comments