File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
packages/crowbar/crowbar.0.2.2 Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Write tests, let a fuzzer find failing cases"
3+ description: """
4+ Crowbar is a library for testing code, combining QuickCheck-style
5+ property-based testing and the magical bug-finding powers of
6+ [afl-fuzz](http://lcamtuf.coredump.cx/afl/).
7+ """
8+ maintainer: ["Stephen Dolan <
[email protected] >"]
9+ authors: ["Stephen Dolan <
[email protected] >"]
10+ license: "MIT"
11+ homepage: "https://github.com/stedolan/crowbar"
12+ bug-reports: "https://github.com/stedolan/crowbar/issues"
13+ depends: [
14+ "dune" {>= "2.9"}
15+ "ocaml" {>= "4.08"}
16+ "cmdliner" {>= "1.1.0"}
17+ "afl-persistent" {>= "1.1"}
18+ "calendar" {>= "2.00" & with-test}
19+ "fpath" {with-test}
20+ "pprint" {with-test}
21+ "uucp" {with-test}
22+ "uunf" {with-test}
23+ "uutf" {with-test}
24+ "odoc" {with-doc}
25+ ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "--promote-install-files=false"
36+ "@install"
37+ "@runtest" {with-test}
38+ "@doc" {with-doc}
39+ ]
40+ ["dune" "install" "-p" name "--create-install-files" name]
41+ ]
42+ dev-repo: "git+https://github.com/stedolan/crowbar.git"
43+ x-maintenance-intent: ["(latest)"]
44+ url {
45+ src: "https://github.com/stedolan/crowbar/archive/v0.2.2.tar.gz"
46+ checksum: [
47+ "sha256=debd1345ac0116232390af64552d15948b5dc7200e287730235f7ff42098f3c5"
48+ "md5=a78f11a66af1fecdf3abf740318d797f"
49+ ]
50+ }
You can’t perform that action at this time.
0 commit comments