Installing civl on Mac using Brew
Package Information:
Name: civl
Use: The Concurrency Intermediate Verification Language
URL: https://vsl.cis.udel.edu/civl/
Installation Steps:
- Open Terminal on your Mac.
- Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install civl using brew
brew install civl
civl is ready to use now!