(library
  (public_name spacegrep)
  (name spacegrep)
  (libraries
     ANSITerminal
     unix
     pcre
     commons
     parallelism
  )
  (preprocess
   (pps
     ppx_deriving.show
     ppx_deriving.eq
   ))
)

(ocamllex Lexer)
