Multispati.jl
Julia implementation of MULTISPATI
Installation
The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:
pkg> add MultispatiOr, alternatively, via the Pkg API:
using Pkg
Pkg.add("Multispati")