Easy steps to install ocaml-num package on Mac
Package Information:
Application Name – ocaml-num
What is ocaml-num – Not Available for ocaml-num
Use of ocaml-num – OCaml legacy Num library for arbitrary-precision arithmetic
URL – https://github.com/ocaml/num
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-num using brew
brew install ocaml-num
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
ocaml-num is ready to use now!