Is it safe to install OCaml via Homebrew on macOS?
I am using a Mac Mini M1
I came across Fix Homebrew Errors on Apple M1 · OCaml Documentation, which mentions an issue with OCaml on Apple Silicon Macs related to command line tools. Does anyone know exactly what from the command line tools OCaml depends on? I ask because I’ve overridden clang
with a newer version via brew (installed latest clang compiler with brew then set it via zshrc the the new path)
I would prefer not to disable Rosetta and reinstall Homebrew if I can avoid it. Instead, would the manual installation method described Install OCaml here be a better approach for my setup?
Also, looking at the Homebrew formula for OCaml on the brew repo (can only put two links in this post), it seems like it supports arm64
directly. Is the info on that OCaml page outdated? Would I encounter any issues using the Homebrew installation method on Apple Silicon?