; SPDX-License-Identifier: MPL-2.0
; Dune build configuration for PPX transformer

(library
 (name ppx_return_sugar)
 (kind ppx_rewriter)
 (libraries ppxlib)
 (preprocess
  (pps ppxlib.metaquot)))

(executable
 (name ppx_return_sugar_standalone)
 (modules ppx_return_sugar)
 (libraries ppx_return_sugar))
