aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
blob: 962b9893d05c2084678e677293d43fcb6d6d64cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(executable
 (public_name stitch)
 (name main)
 (libraries
  stitch
  unix
  cmdliner
  str
  notty
  notty.unix
  shexp.process
  lambda-term))