ocaml-ppx / ppx_tools

Tools for authors of ppx rewriters
MIT License
134 stars 39 forks source link

Let ppx_tools build on OCaml 4.08/9/10/11 from one repository #85

Closed avsm closed 4 years ago

avsm commented 4 years ago

This switches the repository to be buildable using multiple versions of OCaml, in a manner similar to that used by Merlin and other compiler-dependent tools.

As a result, we can release a single ppx_tools package for multiple compiler versions. This in turn makes it much easier to use ppx_tools in dune monorepos, which makes life easier for benchmarking systems such as Sandmark used in multicore OCaml.

This PR applies over #82 and #84

kit-ty-kate commented 4 years ago

This PR has been merged as part of #86. Closing this. Thanks again!