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"
33url {
34 src:
35 "https://github.com/mirage/repr/releases/download/0.3.0/repr-fuzz-0.3.0.tbz"
36 checksum: [
37 "sha256=d9bd2fe51c2eb6fca27731034c46f9a77dc8bc9fb7b76216f8a571603d6e7d74"
38 "sha512=7b4ad2cbcd92f6647a1abe1d82557f02e4955c5f37f02089388c752e23b865af0f55fdd6bc63a1d2a00962baf96ccd99ccd9b8ecd8898dcc2a0cd17302f067c3"
39 ]
40}
41x-commit-hash: "d410d610bc45ee42ac95f17b931be414dc007f7c"