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