libgraphviz: Graph visualization software (callable library)¶
Description¶
Graphviz is open source graph visualization software. It has several main graph layout programs. They take descriptions of graphs in a simple text language, and make diagrams in several useful formats.
This script package represents the callable library.
License¶
Eclipse Public License 1.0
Upstream Contact¶
Type¶
optional
Dependencies¶
Version Information¶
Equivalent System Packages¶
$ apk add graphviz-dev
$ sudo pacman -S graphviz
$ conda install graphviz
$ sudo apt-get install libgraphviz-dev
$ sudo yum install graphviz graphviz-devel
$ sudo pkg install graphics/graphviz
$ brew install graphviz
$ sudo port install graphviz
$ nix-env --install graphviz
$ sudo zypper install graphviz
$ sudo xbps-install graphviz
See https://repology.org/project/graphviz/versions
If the system package is installed, ./configure
will check if it can be used.