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 153e56a commit e7148f8Copy full SHA for e7148f8
packages/z3/z3.4.15.1/opam
@@ -5,9 +5,6 @@ homepage: "https://github.com/Z3prover/z3"
5
bug-reports: "https://github.com/Z3prover/z3/issues"
6
license: "MIT"
7
dev-repo: "git+https://github.com/Z3prover/z3.git"
8
-depexts: [
9
- ["llvm"] {os-distribution = "homebrew"}
10
-]
11
patches: [
12
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }
13
]
@@ -41,6 +38,7 @@ depends: [
41
38
"ocaml" {>= "4.08.0"}
42
39
"ocamlfind" {build}
43
40
"zarith"
+ "conf-llvm" { os-distribution = "homebrew" }
44
"conf-python-3" {build}
45
"conf-c++" {build}
46
0 commit comments