about summary refs log tree commit diff
path: root/src/bin/dune
blob: 980d79958e3d50f41125270a35ad138357cf989e (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.reporter
  ))