mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05: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))
|