this repo has no description
1opam-version: "2.0"
2synopsis: "Set OCaml to be compiled in 32-bit mode for 64-bit Linux and OS X hosts"
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+"
10depexts: [
11 ["gcc-multilib" "g++-multilib"] {os-family = "debian"}
12]
13depends: [
14 "ocaml-variants" {post & >= "4.12.0~" & < "5.0.0~~"} | ("ocaml-variants" {post & >= "5.0.0~~"} "ocaml-option-bytecode-only")
15]
16available: [ arch = "x86_64" & (os = "linux" | os = "macos") ]
17maintainer: "David Allsopp <david@tarides.com>"
18flags: compiler