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/ocurrent/bun"
10bug-reports: "https://github.com/ocurrent/bun/issues"
11depends: [
12 "ocaml" {>= "4.05"}
13 "dune" {>= "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]
29conflicts: [
30 "base-domains"
31]
32dev-repo: "git+https://github.com/ocurrent/bun.git"
33description: """
34A wrapper for OCaml processes using afl-fuzz, intended for easy use in CI environments.
35See the README.md for more information.
36"""
37url {
38 src:
39 "https://github.com/ocurrent/bun/releases/download/v0.3.4/bun-v0.3.4.tbz"
40 checksum: [
41 "sha256=95345fb1f8e0458579968fe5223dfa1e0c34582c2d48283fb7fbfd4c339ea5b6"
42 "sha512=32cb4903e5a5496b0cc3443089aeac899d5143bb8a2b579f5b3ce24a8ea9431064c066abf26cad5a69138f0187c9e7fc0b48bfcbebfaacedafd764ca641fd7bf"
43 ]
44}
45x-commit-hash: "84fdec2c72702e565ac5eae447f751eff0e79581"