; OCaml implementation of the 'semgrep install' subcommand.

(library
  (public_name semgrep.osemgrep_cli_install)
  (name osemgrep_cli_install)
  (wrapped false)
  (libraries
    cmdliner
    commons

    osemgrep_core
    osemgrep_configuring
    osemgrep_networking
  )
 (preprocess
   (pps
     ppx_profiling
     ppx_deriving.show
     ppx_deriving.eq
     ppx_hash
   )
 )
)
