(library
  (name lsp)
  (libraries atdgen)
  (instrumentation (backend bisect_ppx --bisect-silent yes))
)

(rule
  (targets lsp_j.ml lsp_j.mli)
  (deps lsp.atd)
  (action (run atdgen -j -j-std %{deps}))
)

(rule
  (targets lsp_t.ml lsp_t.mli)
  (deps lsp.atd)
  (action (run atdgen -t %{deps}))
)
