aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
blob: e927617a4fc803f511c10af5c39aa63fb65b98d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(executables
 (public_names qsp_parser lsp_server)
 (names qsp_parser lsp_server)
 (libraries
  sedlex
  linol
  linol-eio
  eio_main
  qsp_syntax
  qsp_checks
  qparser
  tools)
 (preprocess
  (pps ppx_deriving.show ppx_deriving.eq)))