mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-05-06 01:14:33 -04: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))
|