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