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