How to Install cl-graph in Ubuntu 18.04



Install cl-graph by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-graph

Description:

simple graph data structure and algorithms

The GRAPH library strives for simplicity both in backing data structures and in usage. Graphs and Digraphs are represented as CLOS objects with methods and algorithms provided for graph manipulation and analysis. . See the GRAPH-JSON and GRAPH-DOT libraries for serialization and visualization of graphs.

Homepage: http://eschulte.github.io/graph/

Version: 20161031-1

Section: universe/lisp