Source: sparse
Maintainer: Pierre Habouzit <madcoder@debian.org>
Uploaders: Loïc Minier <lool@debian.org>
Section: non-free/devel
Priority: optional
Build-Depends: debhelper (>= 9),
               libxml2-dev,
               libgtk2.0-dev,
               llvm-dev (>= 1:3.0~)
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/collab-maint/sparse.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/sparse.git
XS-autobuild: yes

Package: sparse
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Homepage: http://sparse.wiki.kernel.org/index.php/Main_Page
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.
