opam-version: "2.0"
synopsis: "Benchmarks for the `repr` package"
description: "Benchmarks for the `repr` package"
maintainer: ["thomas@gazagnaire.org"]
authors: ["Thomas Gazagnaire" "Craig Ferguson"]
license: "ISC"
homepage: "https://github.com/mirage/repr"
bug-reports: "https://github.com/mirage/repr/issues"
depends: [
  "dune" {>= "2.7"}
  "repr" {= version}
  "ppx_repr" {= version}
  "bechamel"
  "yojson"
  "fpath"
  "ppx_deriving_yojson"
  "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/mirage/repr.git"
x-commit-hash: "d8f03cd243cf92c6e4a6ec760f33e0bc23dd982e"
url {
  src:
    "https://github.com/mirage/repr/releases/download/0.1.0/repr-fuzz-0.1.0.tbz"
  checksum: [
    "sha256=90225eeb444ad52be83cebb8d80196a9ba2cc5f3da066390c17dadd361db7339"
    "sha512=15396ed0599acad3be7319574d0492ed8dd4aa2b9669acfc20b3acf98a186cfceabdd186ef88bd994f409fcb885bfbb2d086330092777a7da93f282e4a02b159"
  ]
}
