this repo has no description
1opam-version: "2.0" 2synopsis: "Set OCaml to be compiled with musl-gcc" 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+" 10depends: [ 11 "ocaml-variants" {post & >= "4.12.0~"} 12] 13depexts: [ 14 ["musl-tools"] {os-family = "debian"} 15 ["musl"] {os-distribution = "arch"} 16] 17conflicts: [ "ocaml-option-32bit" ] 18available: [ os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux" ] 19maintainer: "David Allsopp <david@tarides.com>" 20flags: compiler