this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml on an unknown architecture" 3description: """ 4This package is installed if the underlying OCaml compiler is for an unknown 5architecture. 6 7Precisely, this means `ocamlopt -config-var architecture` equals `none`. 8 9It is not expected that this package be used in depends or conflicts fields of 10dependent packages.""" 11maintainer: "David Allsopp <david@tarides.com>" 12authors: "David Allsopp" 13license: "CC0-1.0+" 14homepage: "https://opam.ocaml.org" 15bug-reports: "https://github.com/ocaml/opam-repository/issues" 16conflict-class: "ocaml-host-arch" 17# Temporary, while these packages are not being installed by the compilers on 18# non-Windows builds. 19available: arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64"