Add ppx_deriving.runtime support to toplevel
- Add ppx_deriving.runtime to _opam packages via jtw opam command
- Update PPX tests to use #require "ppx_deriving.runtime" before derivers
- Tests now verify actual ppx_deriving functionality:
- [@@deriving show] generates working show_*/pp_* functions
- [@@deriving eq] generates working equal_* functions
- Combined derivers work together
- Module support with derivers
- Update all expected files for new ppx_deriving findlib entries
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>