From c3982131f3075689a15512daef67e254f27371ea Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 1 Aug 2025 15:25:03 +0200 Subject: Added a lsp server --- lib/checks/dune | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'lib') 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))) -- cgit v1.2.3