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