this repo has no description
1opam-version: "2.0" 2synopsis: "Set OCaml to be compiled with frame-pointers enabled" 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 & (os = "linux" & >= "4.12.0~" | os = "macos" & >= "5.3.0~")} 12] 13conflicts: ["ocaml-option-musl"] 14available: (os = "linux" | os = "macos") & arch = "x86_64" 15maintainer: "David Allsopp <david@tarides.com>" 16flags: compiler