This repository contains the Julia interface to the MPSolve polynomial rootfinder. It requires Julia version no less than 1.3-RC4. You can install the package in your Julia environment by typing
julia> Pkg.add("https://github.com/robol/MPSolve.jl.git")
Notice that in order to use the package, you will need to have libmps available on the system. See the official MPSolve website for instructions on getting MPSolve up and running.