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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: ocaml-crowbar
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13),
dh-ocaml (>= 1.2),
libafl-persistent-ocaml-dev,
libcalendar-ocaml-dev <!nocheck>,
libcmdliner-ocaml-dev,
libfpath-ocaml-dev <!nocheck>,
libodoc-ocaml-dev <!nodoc>,
libpprint-ocaml-dev <!nocheck>,
libuucp-ocaml-dev <!nocheck>,
libuunf-ocaml-dev <!nocheck>,
libuutf-ocaml-dev <!nocheck>,
ocaml-dune
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-crowbar
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-crowbar.git
Homepage: https://github.com/stedolan/crowbar
Package: libcrowbar-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: library to fuzz-test code (runtime files)
It combines the QuickCheck-style property-based testing
and the bug-finding efficiency of afl-fuzz.
.
This package provides the runtime files.
Package: libcrowbar-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: library to fuzz-test code (dev files)
It combines the QuickCheck-style property-based testing
and the bug-finding efficiency of afl-fuzz.
.
This package provides the dev files.
|