diff options
| author | Chimrod <> | 2025-08-01 15:25:03 +0200 |
|---|---|---|
| committer | Chimrod <> | 2025-08-04 14:00:40 +0200 |
| commit | c3982131f3075689a15512daef67e254f27371ea (patch) | |
| tree | d770c07493959a7899ac3c4ad50cadcca7e44f51 /lib/checks/dune | |
| parent | 3046fb0d0c1ceac2c6a6ca9456e9e05671e0cef9 (diff) | |
Added a lsp server
Diffstat (limited to 'lib/checks/dune')
| -rw-r--r-- | lib/checks/dune | 13 |
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))) |
