| [gzip](https://www.gnu.org/software/gzip/) | gzip (GNU zip) is a popular data compression program as a replacement for compress |
| [help2man](https://www.gnu.org/software/help2man/) | help2man produces simple manual pages from the '--help' and '--version' output of other commands. |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work. |
| [Inspector](https://software.intel.com/en-us/intel-inspector-xe) | Intel Inspector XE is an easy to use memory error checker and thread checker for serial and parallel applications |
| [libarchive](https://www.libarchive.org/) | Multi-format archive and compression library |
| [Meson](https://mesonbuild.com) | Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. |
| [networkx](https://pypi.python.org/pypi/networkx) | NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. |