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"
34x-commit-hash: "f79f95e20ea37f052d170c3d36dac9f0e5966039"
35url {
36 src:
37 "https://github.com/mirage/repr/releases/download/0.4.0/repr-fuzz-0.4.0.tbz"
38 checksum: [
39 "sha256=1791765a495981cc69c0d591ef06831ca158d85192c6631b4838b3ee997dfcce"
40 "sha512=09fac16a9d4df87bf68b275b032407ddd281beadd2881f848fc2e58d5205538b2a9c3ad6743de268ce70838defcc72de49c1f7e3b02ac590f2ff187fcf0abfab"
41 ]
42}