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 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/mirage/repr.git" 33x-commit-hash: "4580711e964edcbb0cbced99cb4d456ca453c1c9" 34url { 35 src: 36 "https://github.com/mirage/repr/releases/download/0.2.1/repr-fuzz-0.2.1.tbz" 37 checksum: [ 38 "sha256=0ca29b7273870190b724e6db1f782980c175c50d9a208ff8ad351cbbb85a7fb1" 39 "sha512=5b7d32724e70ffcbc15bdefc71871148d0f2b743f6d664891e1126d194d3752dfb7715dbbe6046bcbd6f19c384a840b3e66c4130b5bb663580aeb6d697d7a20d" 40 ] 41}