opam-version: "2.0" synopsis: "Set OCaml to be compiled with musl-gcc -static" authors: [ "David Allsopp" "Louis Gesbert" ] homepage: "https://opam.ocaml.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" license: "CC0-1.0+" depends: [ "ocaml-option-musl" "ocaml-variants" {post & >= "4.12.0~"} ] depexts: [ ["musl-tools"] {os-family = "debian"} ["musl"] {os-distribution = "arch"} ["musl-dev"] {os-distribution = "alpine"} ] conflicts: [ "ocaml-option-32bit" ] available: [ os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux" ] maintainer: "David Allsopp " flags: compiler