this repo has no description
1opam-version: "2.0"
2synopsis: "Fuzz tests for the `repr` package"
3description: "Fuzz tests 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 "crowbar" {= "0.2"}
14 "ppxlib" {>= "0.12.0" & < "0.36.0"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/mirage/repr.git"
32x-commit-hash: "eb53a14928eeaa70e80402380481add5bd7911be"
33url {
34 src:
35 "https://github.com/mirage/repr/releases/download/0.5.0/repr-fuzz-0.5.0.tbz"
36 checksum: [
37 "sha256=2ed0e1dab950eeb551cbecc3bbc5ddb584b3b3e4b4e039ff3abf7bd6d5b238f9"
38 "sha512=bacfef83e5bd2b12a7ccd514ba92525030cdcf85ba1121e9456db7f327c434db599a47667ca9826ab77ed95e0f946347e027bc6c18420c6a8faabf4a491a2a7a"
39 ]
40}