about summary refs log tree commit diff
path: root/src/pretty/dune
blob: ea47845f05d47623f641ff5a745cb78001d5eefb (plain)
1
2
3
4
5
6
7
8
9
(library
 (name Pretty)
 (public_name toytt.pretty)
 (libraries
  bwd
  fmt
  toytt.error
  toytt.name
  toytt.nbe))