# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.2"
synopsis: "[@@deriving hash]"
description:
  "Deriver for standard hash functions without extra dependencies."
maintainer: ["Simmo Saan <simmo.saan@gmail.com>"]
authors: ["Simmo Saan <simmo.saan@gmail.com>"]
license: "MIT"
homepage: "https://github.com/sim642/ppx_deriving_hash"
bug-reports: "https://github.com/sim642/ppx_deriving_hash/issues"
depends: [
  "dune" {>= "2.8"}
  "ppxlib"
  "ppx_deriving" {>= "5.0"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/sim642/ppx_deriving_hash.git"
