this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Allow frame pointers on macOS from 5.3 onwards.

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