; Try to not add too many dependencies in this directory. This library
; used to be in pfff and is still used in projects outside semgrep (e.g.,
; codemap/efuns) which rely on this pfff-lang_... name and rely on
; small dependencies.
(library
 (public_name pfff-lang_GENERIC-analyze)
 (name pfff_lang_GENERIC_analyze)
 (wrapped false)
 (libraries
   commons
   ast_generic
   parallelism
   semgrep.core ; Lang
   semgrep.il
 )
 (preprocess
    (pps
      ppx_profiling
      ppx_deriving.show
      telemetry.ppx
    )
 )
)
