File: control

package info (click to toggle)
icheck 0.9.7-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,204 kB
  • ctags: 1,150
  • sloc: perl: 12,152; makefile: 235; ansic: 100
file content (17 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: icheck
Section: devel
Priority: optional
Build-Depends: debhelper (>= 4.0.4), libtext-diff-perl
Maintainer: Erinn Clark <erinn@double-helix.org> 
Standards-Version: 3.6.2

Package: icheck
Architecture: any
Depends: ${shlibs:Depends}, perl (>= 5.8.0)
Description: C interface ABI/API checker
 A tool for statically checking C interfaces for API and ABI
 changes. All changes to type declarations that can cause ABI changes
 should be detected, along with most API changes.
 .
 icheck is intended for use with libraries, as a method of preventing
 ABI drift.