aboutsummaryrefslogtreecommitdiff
path: root/lib/checks
diff options
context:
space:
mode:
authorChimrod <>2025-08-01 15:25:03 +0200
committerChimrod <>2025-08-04 14:00:40 +0200
commitc3982131f3075689a15512daef67e254f27371ea (patch)
treed770c07493959a7899ac3c4ad50cadcca7e44f51 /lib/checks
parent3046fb0d0c1ceac2c6a6ca9456e9e05671e0cef9 (diff)
Added a lsp server
Diffstat (limited to 'lib/checks')
-rw-r--r--lib/checks/dune13
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/checks/dune b/lib/checks/dune
index 75b311b..6820c07 100644
--- a/lib/checks/dune
+++ b/lib/checks/dune
@@ -1,12 +1,5 @@
(library
(name qsp_checks)
- (libraries
- tsort
- qsp_syntax
- )
-
- (preprocess (pps
- ppx_deriving.show
- ppx_deriving.enum
- ppx_deriving.ord
- ppx_deriving.eq )))
+ (libraries tsort qsp_syntax)
+ (preprocess
+ (pps ppx_deriving.show ppx_deriving.enum ppx_deriving.ord ppx_deriving.eq)))