liblwt-dllist-ocaml

mutable doubly-linked list with Lwt iterators (runtime)

A sequence is an object holding a list of elements which support the following operations: - adding an element to the left or the right in time and space O(1) - taking an element from the left or the right in time and space O(1) - removing a previously added element from a sequence in time and space O(1) - removing an element while the sequence is being transversed.

libpsq-ocaml

functional priority search queues (runtime)

Typical applications are searches, schedulers and caches. If you ever scratched your head because that A* didn't look quite right, a PSQ is what you needed.

libqt63dlogic6

Qt 6 3D Logic library

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

sioyek

PDF viewer with a focus on technical books and research papers

Sioyek is a PDF viewer with a focus on textbooks and research papers. It is a power user's PDF viewer, featuring smart open, table of contents generation, and jumping to references and figures, even if not linked.

postgresql-15-jsquery

PostgreSQL JSON query language with GIN indexing support

JsQuery provides additional functionality for the PostgreSQL jsonb datatype, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.

buteo-syncfw-plugins

Buteo Synchronization Framework plugins

The Buteo Synchronization Framework relies on plugins in order to synchronize with a variety of data sources.