libppx-hash-ocaml
ppx writer generating hash functions (runtime)
This package provides a ppx writer generating hash functions
from type expressions and definitions
libphitsmcpl1
Monte Carlo Particle Lists - PHITS library
This package includes the shared library for reading and writing
*.mcpl files, a binary format with lists of particle state
information, for interchanging and reshooting events between various
Monte Carlo simulation applications.
libphonon4qt6-4
multimedia framework from KDE using Qt 6 - core library
Phonon is a Qt 6 multimedia API, which provides a task-oriented abstraction
layer for capturing, mixing, processing, and playing audio and video content.
golang-1.20-src
Go programming language - source files
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.
node-http-proxy
HTTP programmable proxying library that supports websockets.
It is suitable for implementing components such as reverse proxies and load
balancers.
A new proxy is created by calling createProxyServer and passing an options
object as argument.
var httpProxy = require('http-proxy');
var proxy = httpProxy.createProxyServer(options);
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.