;;;; -*- Hen -*- ((synopsis "Depth-first search in a graph.") (license "GPL-3") (category data) (dependencies srfi-1 iset matchable yasos digraph) (test-dependencies test srfi-1) (author "Ivan Raikov") (components (extension graph-dfs)) )