(library
 (name common)
 (public_name stanc.common)
 (libraries core str fmt)
 (instrumentation
  (backend bisect_ppx))
 (inline_tests)
 (preprocess
  (pps ppx_jane ppx_deriving.map ppx_deriving.fold ppx_deriving.create)))
