KaHyPar.jl is a Julia interface to the KaHyPar hypergraph partitioning package.
KaHyPar is a Julia Language package. To install KaHyPar, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command
pkg> add KaHyPar
This Julia wrapper package is released under MIT License. The KaHyPar C++ library is licensed with the GPL License.