this repo has no description
1opam-version: "2.0" 2synopsis: "Ensure that OCaml is compiled with enable-naked-pointers-checker, and no other custom options" 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: ["ocaml-option-nnpchecker"] 11conflicts: [ 12 "ocaml-option-32bit" 13 "ocaml-option-afl" 14 "ocaml-option-bytecode-only" 15 "ocaml-option-default-unsafe-string" 16 "ocaml-option-flambda" 17 "ocaml-option-fp" 18 "ocaml-option-musl" 19 "ocaml-option-no-flat-float-array" 20 "ocaml-option-spacetime" 21 "ocaml-option-static" 22 "ocaml-option-nnp" 23 "ocaml-option-address-sanitizer" 24 "ocaml-option-leak-sanitizer" 25 "ocaml-option-tsan" 26 "ocaml-option-mingw" 27] 28maintainer: "David Allsopp <david@tarides.com>" 29flags: compiler