Easy steps to install smlpkg package on Mac
Package Information:
Application Name – smlpkg
What is smlpkg – Not Available for smlpkg
Use of smlpkg – Package manager for Standard ML libraries and programs
URL – https://github.com/diku-dk/smlpkg
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 smlpkg using brew
brew install smlpkg
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
smlpkg is ready to use now!