mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
7 lines
158 B
Text
7 lines
158 B
Text
|
|
(library
|
|
(name containers_pp)
|
|
(public_name containers.pp)
|
|
(synopsis "Pretty printer for Containers")
|
|
(flags :standard)
|
|
(libraries containers seq))
|