Skip to content

ocamlfind support in rewriter #20

@c-cube

Description

@c-cube

It would be very nice to be able to write

$ ocamlfind query ppx_tools/rewriter -ppx ppx_deriving.show foo.ml`

rather than

$ ocamlfind ppx_tools/rewriter \
   -ppx '`ocamlfind query ppx_deriving`/ppx_deriving
   `ocamlfind query ppx_deriving`/ppx_deriving_show.cma' \
   foo.ml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions