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.18.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" 31x-commit-hash: "d8f03cd243cf92c6e4a6ec760f33e0bc23dd982e" 32url { 33 src: 34 "https://github.com/mirage/repr/releases/download/0.1.0/repr-fuzz-0.1.0.tbz" 35 checksum: [ 36 "sha256=90225eeb444ad52be83cebb8d80196a9ba2cc5f3da066390c17dadd361db7339" 37 "sha512=15396ed0599acad3be7319574d0492ed8dd4aa2b9669acfc20b3acf98a186cfceabdd186ef88bd994f409fcb885bfbb2d086330092777a7da93f282e4a02b159" 38 ] 39}