python3-project-generator

project generators for various embedded tools (IDE)

python-project-generator allows one to define an embedded hardware/software project in structured text (using YAML), and then generate IDE (integrated development environment) project files based on the defined rules.

libkryo-serializers-java

Kryo serializers

Additional Kryo (http://kryo.googlecode.com) serializers for standard JDK types (e.g. currency, jdk proxies) and some for external libs (e.g. joda time, cglib proxies, wicket).

libmapistore-dev

Storage library for MAPI objects - development files

libgtkhtml-editor-dev

HTML rendering/editing library - editor widget development files

libnet-traceroute-perl

traceroute(1) functionality in perl

Net::Traceroute implements a parser for various traceroute implementations. At present, it can parse most LBL traceroute derivatives used on typical unixes, and the traceroute of cisco IOS. Traceroutes known not to be supported include that of Microsoft Windows and HP-UX.

clang-format-3.6

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.