When adding a [@@deriving protobuf] stanza to a type it works, but when any other deriver is added to the build (using dune at least), e.g. ppx_deriving.show or ppx_deriving_yojson compilation breaks with
Error: Cannot locate deriver protobuf
All the other derivers work fine with each other.
When adding a
[@@deriving protobuf]stanza to a type it works, but when any other deriver is added to the build (using dune at least), e.g.ppx_deriving.showorppx_deriving_yojsoncompilation breaks withAll the other derivers work fine with each other.