this repo has no description
1opam-version: "2.0"
2maintainer: "Ivan Gotovchits <ivg@ieee.org>"
3homepage: "http://llvm.org"
4authors: "The LLVM Team"
5bug-reports: "https://llvm.org/bugs/"
6license: "BSD-3-Clause"
7build: [
8 ["sh" "-x" "configure" os]
9]
10depends: [
11 "ocaml"
12 "conf-which" {build}
13]
14depexts: [
15 ["llvm-3.8-dev"] {os-family = "debian"}
16 ["llvm-3.8"] {os = "macos" & os-distribution = "macports"}
17]
18conflicts: ["conf-llvm"]
19synopsis: "Virtual package relying on llvm library installation for BAP"
20flags: conf
21extra-source "configure" {
22 src:
23 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-bap-llvm/configure"
24 checksum: [
25 "sha256=bd45bb7803bdcbe59b29ae14654710b053e8e6c9c98ce6f1e255a36fd1667adc"
26 "md5=47b8674130ba68afeeabebb719960c0f"
27 ]
28}