postgresql-14-orafce

Oracle support functions for PostgreSQL 14

This project implements some functions for compatibility with Oracle. The functionality was verified on Oracle 10g, and the module is useful for production work.

ksuid

K-Sortable Globally Unique IDs (program)

ksuid is an efficient, comprehensive, battle-tested Go library for generating and parsing a specific kind of globally unique identifier called a *KSUID*. This library serves as its reference implementation.

libcrunch-ocaml

convert a filesystem into a static OCaml module (runtime files)

ocaml-crunch takes a directory of files and compiles them into a standalone OCaml module which serves the contents directly from memory. This can be convenient for libraries that need a few embedded files (such as a web server) and do not want to deal with all the trouble of file configuration.

vim-toml

Vim support for TOML language

Adds syntax support for Tom's Obvious Minimal Language, TOML, on Vim.

nydus-snapshotter

A containerd snapshotter with data deduplication and lazy loading in P2P fashion

Nydus snapshotter is an external plugin of containerd for Nydus image service (https://nydus.dev) which implements a chunk-based content- addressable filesystem on top of a called RAFS (Registry Acceleration File System) format that improves the current OCI image specification, in terms of container launching speed, image space, and network bandwidth efficiency, as well as data integrity with several runtime backends: FUSE, virtiofs and in-kernel EROFS.

libgnustep-base1.29

GNUstep Base library

The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults.