sparse 0.6.4-1 source package in Ubuntu

Changelog

sparse (0.6.4-1) unstable; urgency=medium

  * New upstream release
    One fix that was cherry picked from upstream for 0.6.3-1 could be dropped.
  * Bump Standards-Version (no changes required)

 -- Uwe Kleine-König <email address hidden>  Mon, 27 Sep 2021 22:22:58 +0200

Upload details

Uploaded by:
Uwe Kleine-König
Uploaded to:
Sid
Original maintainer:
Uwe Kleine-König
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sparse_0.6.4-1.dsc 1.6 KiB 0a0b76a771af04f36a9229d56ac2d1ac11946f5c813a25b36b7ca425ab425a08
sparse_0.6.4.orig.tar.gz 472.4 KiB bd98fd8a122ff79d38a81feb75ec728699101e80701f33f21180912c3c9e949c
sparse_0.6.4-1.debian.tar.xz 6.9 KiB f2f2b5af58188ceeec10ae7c555ea135f2ec51bf796e7939d2bd8a37280d087a

No changes file available.

Binary packages built by this source

sparse: 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.

sparse-dbgsym: debug symbols for sparse
sparse-test-inspect: 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.
 .
 This package contains the test-inspect program.

sparse-test-inspect-dbgsym: debug symbols for sparse-test-inspect