; New generic mode for Semgrep. Alternative to spacegrep.
(library
 (public_name aliengrep)
 (libraries
   commons
   collections

   alcotest
   logs
   pcre
 )
 (preprocess
   (pps
     ppx_deriving.eq
     ppx_deriving.show
   )
 )
)
