this repo has no description

Allow frame pointers on macOS from 5.3 onwards.

Changed files
+2 -2
packages
ocaml-option-fp
ocaml-option-fp.1
+2 -2
packages/ocaml-option-fp/ocaml-option-fp.1/opam
···
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "CC0-1.0+"
depends: [
-
"ocaml-variants" {post & >= "4.12.0~"}
+
"ocaml-variants" {post & (os = "linux" & >= "4.12.0~" | os = "macos" & >= "5.3.0~")}
]
conflicts: ["ocaml-option-musl"]
-
available: os = "linux" & arch = "x86_64"
+
available: (os = "linux" | os = "macos") & arch = "x86_64"
maintainer: "David Allsopp <david@tarides.com>"
flags: compiler