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
|
Source: sparse
Maintainer: Pierre Habouzit <madcoder@debian.org>
Uploaders: Loic Minier <lool@dooz.org>
Section: non-free/devel
Priority: optional
Build-Depends: debhelper (>= 5), cdbs, libxml2-dev
Standards-Version: 3.7.2
Vcs-Git: git://git.debian.org/git/collab-maint/sparse.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/sparse.git
XS-autobuild: yes
Package: sparse
Architecture: any
Section: non-free/devel
Priority: optional
Depends: ${misc:Depends}, ${shlibs:Depends}
Homepage: http://kernel.org/pub/software/devel/sparse/
Description: semantic parser of source files
Sparse, the semantic parser, provides a compiler frontend capable of
parsing most of ANSI C as well as many GCC extensions, and a collection
of sample compiler backends, including a static analyzer also called
"sparse". Sparse provides a set of annotations designed to convey
semantic information about types, such as what address space pointers
point to, or what locks a function acquires or releases.
.
Sparse can be invoked directly as "sparse" or via the "cgcc" wrapper
around the C compiler.
|