File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
packages/crowbar/crowbar.0.2.2 Expand file tree Collapse file tree 1 file changed +49
-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+ url {
44+ src: "https://github.com/stedolan/crowbar/archive/v0.2.2.tar.gz"
45+ checksum: [
46+ "sha256=b1df4ceb7f1fdee8e869877bd63e744811fc613b8d9d5e129a24d643a02d9a77"
47+ "md5=b29f47aba3282ab1296790649c171bda"
48+ ]
49+ }
You can’t perform that action at this time.
0 commit comments