Skip to content

hhu-stups/homebrew-prob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew ProB

Homebrew tap to install the ProB model checker and animator.

This tap provides a formula to install the latests release or nightly build of ProB.

Installing either version will provide two commands to run the GUI or the command-line versions of ProB.

  • prob-tk
  • probcli

Installation

To install the latest release run:

brew install hhu-stups/prob/prob

To install the current nightly build run:

brew install hhu-stups/prob/prob --head

To obtain debugging info in case of problems you can run:

brew install -vd hhu-stups/prob/prob

You can also add this repository as a tap from which to install do:

brew tap hhu-stups/prob

Updating Formula

To update the prob formula after a new release you have to update the following fields in prob.rb:

  • url The URL of the build.
  • version the version string of the latest release.
  • sha256 The checksum of the build (Use: shasum -a 256 <path-to-build.tar.gz> to compute; extension can also be .zip).

License

See LICENSE

About

Homebrew tap to install the ProB model checker and animator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages