; OCaml implementation of the 'semgrep lsp' subcommand.

(library
  (public_name semgrep.osemgrep_cli_lsp)
  (name osemgrep_cli_lsp)
  (wrapped false)
  (libraries
    cmdliner
    commons
    lwt.unix
    osemgrep_core
    osemgrep_configuring
    lwt_platform
    osemgrep_legacy_language_server
  )
 (preprocess
   (pps
     ppx_profiling
     ppx_deriving.show
     ppx_deriving.eq
     ppx_hash
     lwt_ppx
   )
 )
)
