You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #5587 it would be nice to have the info of what is the current libc of the used C compiler[*]. For example, the core_unix package only seems to support glibc on linux (see janestreet/core_unix#15) and it would be nice to be able to have that package marked as unavailable on systems using musl.
[*]: non-trivial because the package could use some other manually and ignore the one recommended by ocamlc -config or something
A proper implementation of this should probably think about cross-compilation.
The text was updated successfully, but these errors were encountered:
Similar to #5587 it would be nice to have the info of what is the current libc of the used C compiler[*]. For example, the core_unix package only seems to support glibc on linux (see janestreet/core_unix#15) and it would be nice to be able to have that package marked as unavailable on systems using musl.
[*]: non-trivial because the package could use some other manually and ignore the one recommended by ocamlc -config or something
A proper implementation of this should probably think about cross-compilation.
The text was updated successfully, but these errors were encountered: