summaryrefslogtreecommitdiffstats
path: root/libmudflap.0-4.7-dev.pkg/control
blob: 09b10f5bfe4eb9872a51551ac8321fec5d540fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
Architecture: any
Platform: all
Depends: gcc-4.7-common (= ${Binary-Version}),
         libmudflap.0 (= ${Binary-Version}),
Description: GCC mudflap library - development files
 The GCC mudflap library instruments all risky pointer/array dereferencing
 operations, some standard library string/heap functions, and some other
 associated constructs with range/validity tests.
 .
 This package provides the headers and library files necessary to compile
 instrumented programs with mudflap.