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"
8doc: "https://mirage.github.io/repr"
9bug-reports: "https://github.com/mirage/repr/issues"
10depends: [
11 "dune" {>= "2.7"}
12 "repr" {= version}
13 "ppx_repr" {= version}
14 "bechamel"
15 "yojson"
16 "fpath"
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"
34url {
35 src:
36 "https://github.com/mirage/repr/releases/download/0.6.0/repr-fuzz-0.6.0.tbz"
37 checksum: [
38 "sha256=bb8a0f94df002fc19dcb598834271eaddeffa1d57041491ff3d2b9e3e80d075e"
39 "sha512=2218845ba1b42e3983bc9727879c704433571655c85251c43edb9bf85ceec35c3b662091e32a744a5340a9c641b1cb5fa591389a68832faf0bb71981d6d91e1d"
40 ]
41}
42x-commit-hash: "00858ff36107b41880269b240262e5e9d4724687"