@@ -6805,6 +6805,29 @@ (define-public ocaml-ppx-deriving
on type definitions, and a set of useful plugins for common tasks.")
(license license:expat)))
+(define-public ocaml-ppx-deriving-hash
+ (package
+ (name "ocaml-ppx-deriving-hash")
+ (version "0.1.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sim642/ppx_deriving_hash")
+ (commit version)))
+ (sha256
+ (base32
+ "1a1w1i1vwcbz0982dv2dh9mwqls8g740l2bd470qib3x3aprivip"))))
+ (build-system dune-build-system)
+ (propagated-inputs
+ (list ocaml-ppxlib ocaml-ppx-deriving ocaml-odoc))
+ (properties `((upstream-name . "ppx_deriving_hash")))
+ (home-page "https://github.com/sim642/ppx_deriving_hash")
+ (synopsis "Deriver for standard hash functions")
+ (description
+ "Deriver for standard hash functions without extra dependencies.")
+ (license license:expat)))
+
(define-public ocaml-ppx-derivers
(package
(name "ocaml-ppx-derivers")