this repo has no description
1opam-version: "2.0"
2synopsis: "Simple management of afl-fuzz processes"
3maintainer: "maintenance@identity-function.com"
4authors: [
5 "Mindy Preston"
6 "Thomas Leonard"
7]
8license: "MIT"
9homepage: "https://github.com/yomimono/ocaml-bun"
10bug-reports: "https://github.com/yomimono/ocaml-bun/issues"
11depends: [
12 "ocaml" {>= "4.05"}
13 "dune" {>= "1.0" & < "2.0"}
14 "bos" {>= "0.2.0"}
15 "cmdliner" {>= "1.0.0" & < "1.1.0"}
16 "fpath"
17 "rresult" {>= "0.3.0"}
18 "astring"
19 "crowbar" {with-test}
20 "afl" {= "2.52b"}
21 "logs"
22 "fmt"
23 "lwt"
24]
25build: [
26 ["dune" "build" "-p" name "-j" jobs]
27 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
28]
29dev-repo: "git+https://github.com/yomimono/ocaml-bun.git"
30description: """
31A wrapper for OCaml processes using afl-fuzz, intended for easy use in CI environments.
32See the README.md for more information.
33"""
34url {
35 src:
36 "https://github.com/yomimono/ocaml-bun/releases/download/v0.3.3/bun-v0.3.3.tbz"
37 checksum: [
38 "sha256=b1a8bd7dc62f1944a6dc4172d197d2e744e2ac7f8829e865f5b500573643617c"
39 "sha512=e2d05db4d0cb0655cfda7752e281476b31297a0db6b870889c409ce58753d132c236d6471dbe8265f4999e6b8a50596ab24bc87780a827f70f2ce368c2f674e1"
40 ]
41}