this repo has no description
1opam-version: "2.0" 2synopsis: "Fuzz tests for the `repr` package" 3description: "Fuzz tests for the `repr` package" 4maintainer: ["thomas@gazagnaire.org"] 5authors: ["Thomas Gazagnaire" "Craig Ferguson"] 6license: "ISC" 7homepage: "https://github.com/mirage/repr" 8bug-reports: "https://github.com/mirage/repr/issues" 9depends: [ 10 "dune" {>= "2.7"} 11 "repr" {= version} 12 "crowbar" {= "0.2"} 13 "ppxlib" {>= "0.12.0" & < "0.36.0"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/mirage/repr.git" 31url { 32 src: 33 "https://github.com/mirage/repr/releases/download/0.3.0/repr-fuzz-0.3.0.tbz" 34 checksum: [ 35 "sha256=d9bd2fe51c2eb6fca27731034c46f9a77dc8bc9fb7b76216f8a571603d6e7d74" 36 "sha512=7b4ad2cbcd92f6647a1abe1d82557f02e4955c5f37f02089388c752e23b865af0f55fdd6bc63a1d2a00962baf96ccd99ccd9b8ecd8898dcc2a0cd17302f067c3" 37 ] 38} 39x-commit-hash: "d410d610bc45ee42ac95f17b931be414dc007f7c"