this repo has no description

Merge pull request #20305 from mseri/binsec

binsec.0.4.1: fix depopts/conflicts

Kate 596f68d4 faf9f06b

Changed files
+7 -3
packages
binsec
binsec.0.4.1
+7 -3
packages/binsec/binsec.0.4.1/opam
···
"odoc" {with-doc}
]
depopts: [
-
"llvm" {>= "6.0.0" & < "13.0.0"}
"unisim_archisec"
-
"bitwuzla" {>= "1.0.1"}
]
build: [
["dune" "subst"] {dev}
···
"sha512=e934d817dd3f23acb4fc59996a3f34d5c7080b19814f54c2164c36abdc047539637c97f1a222e78b549cd9754ac2a0a4a568ba600dc11548c6b25f3ec33c518e"
]
}
-
x-commit-hash: "b7474140946ca4e74e490c76540d5699dcc84f7a"
···
"odoc" {with-doc}
]
depopts: [
+
"llvm"
"unisim_archisec"
+
"bitwuzla"
+
]
+
conflicts: [
+
"llvm" {< "6.0.0" | >= "13.0.0"}
+
"bitwuzla" {< "1.0.1"}
]
build: [
["dune" "subst"] {dev}
···
"sha512=e934d817dd3f23acb4fc59996a3f34d5c7080b19814f54c2164c36abdc047539637c97f1a222e78b549cd9754ac2a0a4a568ba600dc11548c6b25f3ec33c518e"
]
}
+
x-commit-hash: "b7474140946ca4e74e490c76540d5699dcc84f7a"