(library
 (name my_ppx)
 (kind ppx_rewriter)
 (modules my_ppx)
 (libraries ppxlib))

(executable
 (name main)
 (modules main)
 (preprocess
  (pps my_ppx))
 (preprocessor_deps
  (file ppx_dep.txt)))
