this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml on an unidentified system" 3description: """ 4This package is installed if the underlying OCaml compiler's system is not 5recognised by opam-repository's compiler packaging. 6 7It is not expected that this package be used in depends or conflicts fields of 8dependent packages, given that its use may be changed if the packaging is 9subsequently enhanced to recognise the system value.""" 10maintainer: "David Allsopp <david@tarides.com>" 11authors: "David Allsopp" 12license: "CC0-1.0+" 13homepage: "https://opam.ocaml.org" 14bug-reports: "https://github.com/ocaml/opam-repository/issues" 15conflict-class: "ocaml-host-system" 16available: os != "win32"