Easy steps to install ocaml-findlib package on Mac
Package Information:
Application Name – ocaml-findlib
What is ocaml-findlib – Not Available for ocaml-findlib
Use of ocaml-findlib – OCaml library manager
URL – http://projects.camlcity.org/projects/findlib.html
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install ocaml-findlib using brew
brew install ocaml-findlib
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
ocaml-findlib is ready to use now!