mgltools-molkit

Python classes to read and manipulate molecules

This package is part of the mgltools set of Python libraries which provide an infrastructure for the analysis of protein structures and their docking of chemical compounds.

mtd-utils

Memory Technology Device Utilities

Utilities for manipulating memory technology devices, such as flash memory, Disk-On-Chip, or ROM. Includes the following tools: docfdisk, doc_loadbios, flashcp, flash_erase, flash_eraseall, flash_lock, flash_otp_dump, flash_otp_info, flash_otp_lock, flash_otp_write, flash_unlock, ftl_check, ftl_format, jffs2dump, jffs2reader, lsmtd, mkfs.jffs2, mkfs.ubifs, mtd_debug, mtdinfo, mtdpart, nanddump, nandtest, nandwrite, nftldump, nftl_format, recv_image, rfddump, rfdformat, serve_image, sumtool, ubiattach, ubiblock, ubicrc32, ubidetach, ubiformat, ubihealthd, ubimkvol, ubinfo, ubinize, ubirename, ubirmvol, ubirsvol, ubiupdatevol.

libfile-sharedir-par-perl

module for handling shared data in PAR archives

File::ShareDir::PAR is a Perl module that provides a mechanism for locating shared data in PAR packages. By using this module's functions, the currently loaded .par files will be scanned before @INC, which is the same order you get for loading modules when PAR is in effect. If a matching path is found in a PAR archive, the full archive is extracted and the path returned will point to the extracted copy on disk.

libasan2-powerpc-cross

AddressSanitizer -- a fast memory error detector

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libanyevent-callback-perl

callback aggregator for AnyEvent watchers

The module allows You to create callback's hierarchy. Also the module groups error and result callbacks into one object.

libstring-truncate-perl

Perl module to truncate long strings

String::Truncate is a Perl module useful for truncating any long string sequence and marking the place where any text has been elided (deleted). You simply tell the module the maximum string width and where to elide strings (at the right side, left side, in the middle or at the ends). It also supports a customized marker for elisions, but defaults to the most common symbol, the ellipsis (...). It can also prefer to break strings at whitespace where possible.