about summary refs log tree commit diff
path: root/src/toplevel/dune
blob: 5840fd7e485f9b1393586da43155cea7bbbc6f16 (plain)
1
2
3
4
5
6
7
(library
 (name TopLevel)
 (public_name toytt.toplevel)
 (libraries
  yuujinchou
  toytt.name
  toytt.nbe))