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