opam-version: "2.0" synopsis: "Fuzz tests for the `repr` package" description: "Fuzz tests for the `repr` package" maintainer: ["thomas@gazagnaire.org"] authors: ["Thomas Gazagnaire" "Craig Ferguson"] license: "ISC" homepage: "https://github.com/mirage/repr" doc: "https://mirage.github.io/repr" bug-reports: "https://github.com/mirage/repr/issues" depends: [ "dune" {>= "2.7"} "repr" {= version} "crowbar" {= "0.2"} "ppxlib" {>= "0.12.0" & < "0.36.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/mirage/repr.git" url { src: "https://github.com/mirage/repr/releases/download/0.6.0/repr-fuzz-0.6.0.tbz" checksum: [ "sha256=bb8a0f94df002fc19dcb598834271eaddeffa1d57041491ff3d2b9e3e80d075e" "sha512=2218845ba1b42e3983bc9727879c704433571655c85251c43edb9bf85ceec35c3b662091e32a744a5340a9c641b1cb5fa591389a68832faf0bb71981d6d91e1d" ] } x-commit-hash: "00858ff36107b41880269b240262e5e9d4724687"