this repo has no description
1opam-version: "2.0"
2synopsis: "Set OCaml to be compiled with ThreadSanitizer support"
3authors: [
4 "David Allsopp"
5 "Louis Gesbert"
6]
7homepage: "https://opam.ocaml.org"
8bug-reports: "https://github.com/ocaml/opam-repository/issues"
9license: "CC0-1.0+"
10depends: [
11 "ocaml-variants" {post & >= "5.2.0~"}
12 "conf-unwind" {build}
13]
14conflicts: [
15 "ocaml-option-afl"
16 "ocaml-option-bytecode-only"
17 "ocaml-option-32bit"
18 "ocaml-option-leak-sanitizer"
19 "ocaml-option-address-sanitizer"
20]
21available: os != "win32"
22maintainer: "David Allsopp <david@tarides.com>"
23flags: compiler