clang-tidy-4.0
clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
clang-format-4.0
Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
libopendht1
C++11 distributed hash table implementation
tclsoldout
Tcl wrapper for libsoldout, a markdown parser library
tclsoldout extends Tcl providing new commands to parse and process
markdown text. Tclsoldout current version creates 2 new commands
live-task-xfce
Live environment support for Xfce
This metapackage installs packages and documentation to support the Debian
live Xfce environment.
libubsan1-armel-cross
UBSan -- undefined behaviour sanitizer (runtime)
UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined.
Various computations will be instrumented to detect undefined behavior
at runtime. Available for C and C++.