force-ip-protocol

force other software to use only IPv4 or IPv6 for network connections

A library, which replaces function getaddrinfo() by its own version, will be LD_PRELOADed. This version limits the available sockets to ones of type PF_INET/PF_INTE6 and such limits all network traffic to a certain protocol

node-vscode-languageserver-protocol

VSCode language server protocol definition in TypeScript

This npm module is a tool independent implementation of the VSCode language server protocol and can be used in any type of node application.

ruby-prawn-templates

Prawn::Templates allows using PDFs as templates in Prawn

A extension to prawn that allows one to include other pdfs either as background to write upon or to combine several pdf documents into one.

postgresql-16-hll

HyperLogLog extension for PostgreSQL

This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog data structure. HyperLogLog is a fixed-size, set-like structure used for distinct value counting with tunable precision. For example, in 1280 bytes `hll` can estimate the count of tens of billions of distinct values with only a few percent error.

postgresql-16-periods

PERIODs and SYSTEM VERSIONING for PostgreSQL

This extension attempts to recreate the behavior defined in SQL:2016 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The idea is to figure out all the rules that PostgreSQL would like to adopt (there are some details missing in the standard) and to allow earlier versions of PostgreSQL to simulate the behavior once the feature is finally integrated.

oxigraph

RDF graph CLI tool and SPARQL HTTP server

Oxigraph CLI is a graph database implementing the SPARQL standard. It is packaged as a command-line tool allowing to manipulate RDF files and query them using SPARQL, and also allows to spawn a HTTP server on top of the database.