I'd like to read a DOT [1] file describing a graph, and then do some calculations, and traversal on the graph in #commonlisp. Would anyone coincidentally have a suggestion, or two, for such a library?
Background: I have so far been doing this is Perl using the Graph::Reader::Dot [2], and Graph [3] modules. This just for comparison what I would be looking for.
[1] https://graphviz.org/doc/info/lang.html
[2] https://metacpan.org/pod/Graph::Reader::Dot
[3] https://metacpan.org/pod/Graph