-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
28 lines (28 loc) · 843 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "2.0"
maintainer: "maintenance@identity-function.com"
authors: ["Mindy Preston"]
homepage: "https://github.com/yomimono/ocaml-bun"
bug-reports: "https://github.com/yomimono/ocaml-bun/issues"
dev-repo: "git+https://github.com/yomimono/ocaml-bun.git"
license: "MIT"
build: [[ "jbuilder" "build" "-p" name "-j" jobs ]]
depends: [
"ocaml" {>= "4.04"}
"jbuilder" {>= "1.0+beta7"}
"bos" {>= "0.2.0"}
"cmdliner" {>= "1.0.0" & < "1.1.0"}
"fpath"
"rresult" {>= "0.3.0"}
"astring"
"spawn" {>= "v0.10.1" & < "v0.12"}
"afl" {= "2.52b"}
]
synopsis: "simple management of afl-fuzz processes"
url {
src:
"https://github.com/yomimono/ocaml-bun/releases/download/v0.3/bun-0.3.tbz"
checksum: [
"sha256=e2070c3c8f4bc10b5646382be2a7f8f53504ac997e16995063de3e361bb6709c"
"md5=596faaa14bdb61304ef34cc15391c07a"
]
}