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"
  "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: "4580711e964edcbb0cbced99cb4d456ca453c1c9"
url {
  src:
    "https://github.com/mirage/repr/releases/download/0.2.1/repr-fuzz-0.2.1.tbz"
  checksum: [
    "sha256=0ca29b7273870190b724e6db1f782980c175c50d9a208ff8ad351cbbb85a7fb1"
    "sha512=5b7d32724e70ffcbc15bdefc71871148d0f2b743f6d664891e1126d194d3752dfb7715dbbe6046bcbd6f19c384a840b3e66c4130b5bb663580aeb6d697d7a20d"
  ]
}
