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" 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.3.0/repr-fuzz-0.3.0.tbz" checksum: [ "sha256=d9bd2fe51c2eb6fca27731034c46f9a77dc8bc9fb7b76216f8a571603d6e7d74" "sha512=7b4ad2cbcd92f6647a1abe1d82557f02e4955c5f37f02089388c752e23b865af0f55fdd6bc63a1d2a00962baf96ccd99ccd9b8ecd8898dcc2a0cd17302f067c3" ] } x-commit-hash: "d410d610bc45ee42ac95f17b931be414dc007f7c"