libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a
libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of proprietary software. It provides a set of tools for device management, including firmware recovery, filesystem access, and the creation of native backups and restores. The project implements a property list parser to read and write data across binary, XML, and JSON formats. It enables low-level hardware control, such as triggering recovery modes, modifying system settings, and managing device activation and provisioning via official servers. The library covers several function
RabbitMQ C client
The main features of alanxz/rabbitmq-c are: Build Systems, General Libraries, General Purpose Libraries, Windows Environments.
Open-source alternatives to alanxz/rabbitmq-c include: nfc-tools/libnfc — Platform independent Near Field Communication (NFC) library. libgit2/libgit2 — libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version… cloudwu/pbc — A protocol buffers library for C. libimobiledevice/libimobiledevice — libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of… docopt/docopt.c — C-code generator for docopt language. codeplea/tinyexpr — tiny recursive descent expression parser, compiler, and evaluation engine for math expressions.