One might depend on a library that itself depends on a native dependency. For example, a project might depend on Zarith, which depends on GMP. In such a situation how does one provide a bundle that contains the native dependency that was used to build the OCaml library that depends on it?
One might depend on a library that itself depends on a native dependency. For example, a project might depend on Zarith, which depends on GMP. In such a situation how does one provide a bundle that contains the native dependency that was used to build the OCaml library that depends on it?