Go to file
2024-02-02 12:58:20 -07:00
.gitignore Initial import. 2020-03-19 13:53:55 -06:00
0001-Add-eq-test-which-requires-eta-expansion-for-custom-.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
0002-Fix-eq-eta-expansion-for-custom-equal.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
0003-Optimize-eq-eta-expansion-to-apply-only-to-outermost.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
0004-Optimize-quoting-of-ident-expressions.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
0005-Port-eta-expansion-optimization-to-ord.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
0006-Update-eq-and-ord-eta-expansion-comments.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
0007-Comment-quote-optimization.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
0008-chore-remove-artifact.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
0009-Add-OCaml-5.00-support-to-the-tests-and-update-docum.patch Add upstream patches for OCaml 5.0 compatibility 2023-07-10 22:22:19 -06:00
ocaml-ppx-deriving.spec Rebuild for changed ocamlx hashes 2024-02-02 12:58:20 -07:00
README.md Rebuild for ocaml-base 0.15.0. 2021-11-30 11:35:39 -07:00
sources Version 5.2.1. 2021-02-20 21:06:14 -07:00

ocaml-ppx-deriving

Deriving is a library simplifying type-driven code generation on OCaml. It includes a set of useful plugins: show, eq, ord (eq), enum, iter, map (iter), fold (iter), make, yojson, and protobuf.