about summary refs log tree commit diff
path: root/src/bin/dune
blob: 87fe556dc6b91117c9e14ae413dde6cc90aed759 (plain)
1
2
3
4
5
6
7
8
9
10
11
(executable
 (public_name toytt)
 (name main)
 (libraries
  asai
  linenoise
  yuujinchou
  toytt.error
  toytt.driver
  toytt.parser
  toytt.toplevel))