(library
 (public_name lib_parsing)
 (name lib_parsing)
 (wrapped false)
 (libraries
   fpath
   sexplib
   paths
   git_wrapper

   commons
   commons2
   profiling
 )
 (inline_tests)
 (preprocess
   (pps
     ppx_profiling
     ppx_deriving.show
     ppx_deriving.ord
     ppx_deriving.eq
     ppx_hash
     ppx_sexp_conv
     ppx_inline_test
   )
 )
)
