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"
8bug-reports: "https://github.com/mirage/repr/issues"
9depends: [
10 "dune" {>= "2.7"}
11 "repr" {= version}
12 "crowbar" {= "0.2"}
13 "ppxlib" {>= "0.12.0" & < "0.36.0"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/mirage/repr.git"
31x-commit-hash: "4580711e964edcbb0cbced99cb4d456ca453c1c9"
32url {
33 src:
34 "https://github.com/mirage/repr/releases/download/0.2.1/repr-fuzz-0.2.1.tbz"
35 checksum: [
36 "sha256=0ca29b7273870190b724e6db1f782980c175c50d9a208ff8ad351cbbb85a7fb1"
37 "sha512=5b7d32724e70ffcbc15bdefc71871148d0f2b743f6d664891e1126d194d3752dfb7715dbbe6046bcbd6f19c384a840b3e66c4130b5bb663580aeb6d697d7a20d"
38 ]
39}