postgresql-15-extra-window-functions

Extra Window Functions for PostgreSQL

This extension provides additional window functions to PostgreSQL. Some of them provide SQL Standard functionality but without the SQL Standard grammar, others extend on the SQL Standard, and still others are novel and hopefully useful to someone.

python3-hatch-regex-commit

Hatch plugin to create a commit and tag when bumping version

This library provides a plugin for Hatch that automates the creation of a Git commit and tag following a version bump. It offers configuration options to check for uncommitted changes before proceeding, ensuring that changes are properly documented and tagged. Users can customize the commit and tag messages, include additional arguments for Git commands, and decide whether the created tag should be signed. This contribution simplifies version management in projects and maintains a well-structured history of version changes within Git repositories, integrating seamlessly with existing systems.

php8.2-zmq

ZeroMQ messaging bindings for PHP

ZeroMQ is a software library that lets you quickly design and implement a fast message-based applications.

libbiblio-rfid-perl

perl tools to use different RFID readers for library use

Biblio::RFID aims to provide a simple API to a RFID device, and then provide useful abstractions to write applications to respond on tags which come in range of RFID reader using Biblio::RFID::Reader.

libghc-bzlib-conduit-prof

Streaming compression/decompression via conduits; profiling libraries

Please see the README and docs at <https://www.stackage.org/package/bzlib-conduit>

golang-1.20-go

Go programming language compiler, linker, compiled stdlib

The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.