(rule
 (targets extend_helper.ml)
 (deps extend_helper.cppo.ml)
 (action
  (run %{bin:cppo} -V OCAML:%{ocaml_version} %{deps} -o %{targets})))

(library
 (name merlin_extend)
 (public_name merlin-extend)
 (libraries compiler-libs unix)
 (flags
  (:standard -w -50))
 (wrapped false))
