libipc-shareable-perl
module to access IPC shared memory segments through perl
This perl module provides a tie() interface to System V IPC shared memory
segments.
libgit-raw-perl
Perl bindings to the Git linkable library (libgit2)
libgit2 is a pure C implementation of the Git core methods provided as a
re-entrant linkable library designed to be fast and portable with a
solid API. The Git::Raw module provides Perl bindings to the libgit2 API.
libgit2-1.5
low-level Git library
libgit2 is a portable, pure C implementation of the Git
distributed version control system core methods provided as a
re-entrant link-able library with a solid API.
gdc-12-multilib-mips64el-linux-gnuabi64
GNU D compiler (version 2, multilib support) (cross compiler for mips64el archit
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
libpoe-component-irc-perl
POE Component for manipulating IRC sessions
POE::Component::IRC is a POE component which acts as an easily controllable
IRC client for your other POE components and sessions. You create an IRC
component and tell it what events your session cares about and where to
connect to, and it sends back interesting IRC events when they happen. You
make the client do things by sending it events.
python3-flake8-comprehensions
flake8 extension that checks for re-use of builtin identifiers
Python allows one to override Python comprehensions as parameters, but although
could be useful in some really specific use cases, the general approach is to
not do that as code then can suddenly break without a clear trace.