Paketname | sparse |
Beschreibung | semantic parser of source files |
Archiv/Repository | Offizielles Debian Archiv squeeze (non-free) |
Version | 0.4.1+git20081218-1 |
Sektion | non-free/devel |
Priorität | optional |
Installierte Größe | 1192 Byte |
Hängt ab von | libc6 (>= 2.7-1) |
Empfohlene Pakete | |
Paketbetreuer | Pierre Habouzit |
Quelle | |
Paketgröße | 473562 Byte |
Prüfsumme MD5 | 575c3504739c52b7d210b606eea2d5e6 |
Prüfsumme SHA1 | 951f28d3de8012f87b455f024cd310659fa32bec |
Prüfsumme SHA256 | dec7ae352197ebd095c95b0b8b77273144eb38dff6af94c994888a0d020767f4 |
Link zum Herunterladen | sparse_0.4.1+git20081218-1_i386.deb |
Ausführliche Beschreibung | 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.
|