this repo has no description
1opam-version: "2.0" 2synopsis: "Benchmarks for the `repr` package" 3description: "Benchmarks 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 "ppx_repr" {= version} 13 "bechamel" 14 "yojson" 15 "fpath" 16 "ppx_deriving_yojson" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/mirage/repr.git" 34x-commit-hash: "d8f03cd243cf92c6e4a6ec760f33e0bc23dd982e" 35url { 36 src: 37 "https://github.com/mirage/repr/releases/download/0.1.0/repr-fuzz-0.1.0.tbz" 38 checksum: [ 39 "sha256=90225eeb444ad52be83cebb8d80196a9ba2cc5f3da066390c17dadd361db7339" 40 "sha512=15396ed0599acad3be7319574d0492ed8dd4aa2b9669acfc20b3acf98a186cfceabdd186ef88bd994f409fcb885bfbb2d086330092777a7da93f282e4a02b159" 41 ] 42}