mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-03-14 09:16:22 -04:00
6 lines
146 B
Text
6 lines
146 B
Text
|
|
(library
|
|
(name containers_scc)
|
|
(public_name containers.scc)
|
|
(synopsis "strongly connected components algorithm")
|
|
(libraries containers))
|