grr-server

incident response framework - server

ghc-mod-el

Happy Haskell programming with Emacs

This package proviceds the GNU Emacs integration code for ghc-mod.

ruby-fog-libvirt

Module for the 'fog' gem to support libvirt

This library can be used as a module for 'fog' or as standalone libvirt provider, supporting the provisioning of virtual machines through libvirt from Ruby programs.

aprsdigi

digipeater for APRS

Aprsdigi is a specialized Amateur Packet Radio (AX.25) UI-frame digipeater for the Automatic Position Reporting Systems, APRS(tm). It uses the Linux kernel AX.25 network stack as well as the SOCK_PACKET facility to listen for packets on one or more radio interfaces (ports) and repeat those packets -- with several possible modifications -- on the same or other interfaces. Aprsdigi can also use the Internet to tunnel connections among other APRS digipeaters and nodes using IPv4 or IPv6 UDP unicast or multicast.

postgresql-15-hypopg

PostgreSQL extension adding support for hypothetical indexes.

An hypothetical, or virtual, index is an index that doesn't really exists, and thus doesn't cost CPU, disk or any resource to create. They're useful to know if specific indexes can increase performance for problematic queries, since you can know if PostgreSQL will use these indexes or not without having to spend resources to create them.

ruby-haml-rails

Haml Generator for Rails

Haml-rails provides Haml generators for Rails. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah.