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.

libmrpt-containers2.14

Mobile Robot Programming Toolkit - containers library

The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform, and open source C++ library aimed to help robotics researchers to design and implement algorithms in the fields of Simultaneous Localization and Mapping (SLAM), computer vision, and motion planning (obstacle avoidance).

ani-cli

Browse and watch anime on the commandline

ani-cli allows one to comfortably watch anime (alone and with friends) from the commandline. It scrapes allmanga as source for the videos. It works with both mpv and vlc.

opensmtpd-table-sqlite

lookup OpenSMTPD users in SQLite tables

This package provides the sqlite table for OpenSMTPD. A sqlite table allows the storing of usernames, passwords, aliases, and domains in a format that is shareable across various machines that support sqlite3(1) (SQLite version 3).

zxing-cpp-tools

Utilities provided by ZXing library

ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in C++.

python3-wcmatch

Wildcard File Name matching library (Python 3)

Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash. In some ways these libraries are similar to Python's builtin libraries as they provide a similar interface to match, filter, and glob the file system. But they also include a number of features found in Bash's globbing such as backslash escaping, brace expansion, extended glob pattern groups, etc. They also add a number of new useful functions as well, such as globmatch which functions like fnmatch, but for paths.