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
|
Source: golang-github-adamkorcz-go-fuzz-headers-1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-k8s-api-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-adamkorcz-go-fuzz-headers-1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-adamkorcz-go-fuzz-headers-1.git
Homepage: https://github.com/AdamKorcz/go-fuzz-headers-1
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/AdamKorcz/go-fuzz-headers-1
Package: golang-github-adamkorcz-go-fuzz-headers-1-dev
Provides: golang-github-adalogics-go-fuzz-headers-dev
Conflicts: golang-github-adalogics-go-fuzz-headers-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-k8s-api-dev,
${misc:Depends},
Description: helper functions for Go fuzzing (library)
Various helper functions for go fuzzing. It is mostly used in combination
with go-fuzz (https://github.com/dvyukov/go-fuzz), but compatibility with
fuzzing in the standard library will also be supported. Any coverage guided
fuzzing engine that provides an array or slice of bytes can be used with
go-fuzz-headers.
.
go-fuzz-headers' approach to fuzzing structs is strongly inspired by
gofuzz (https://github.com/google/gofuzz).
.
This package contains the library.
|