libconfini 1.16.4

libconfini is a simple INI parsing library with the ability to read disabled entries (i.e. valid entries nested in comments). libconfini does not store the data read from an INI file, but rather dispatches it, formatted, to a custom listener. The code is written in C (C99) and does not depend on any particular library, except for the C standard headers stdio.h, stdlib.h, stdbool.h and stdint.h (and for extreme platforms the code can be also compiled as “bare metal”, with few or no strings attac

libconfig-persistence 0.9

A small library to save configuration data of an application to the correct place. The library provides reading/parsing and writing for the simple "key = value" or the XML format.

etcd 3.4.13

etcd is a distributed key-value store, used as shared cluster configuration backend. It automatically elects a master server, allows dynamic config data with optional TTLs, provides a JSON API over HTTP with TLS and long polling, uses the Raft protocol for distribution. It's the basis for CoreOS, integrates with fleet/systemd, and thus also provides service discovery.

Privacy Indicator 0.7

Privacy Indicator is a notification area applet (application indicator) for the top panel of Ubuntu’s Unity desktop environment. The goal of Privacy Indicator is to make it easy to change settings that influence the user’s privacy or the automatic collection of data and to delete automatically collected data.

Apache GUI 1.11.0

Apache GUI provides a web-based management interface for the Apache HTTP server, implemented in Java and works on Linux and MacOS or Windows setups. It aids editing, searching and validating Apache configuration files, enabling modules, or to edit hosted files through an inline editor, traversing and searching server logs, view or graph statistics and transactions.

Unsettings 0.11

Unsettings is a graphical configuration program for the Unity desktop environment that lets you change some oft the Unity settings. You can use Unsettings to change the themes for GTK, window manager, icons and cursors. But it doesn’t support the installation of new themes. With Unsettings you can switch off the global menu and the overlay scrollbars used in Unity. In addition to just applying the settings Unsettings lets you to save your settings into and load from a text file (JSON format)

libcfg+ 0.7.0

libcfg+ is a C library that features multi- command line and configuration file parsing. It is possible to set up various special properties such as quoting characters, deliminator strings, file comment prefixes, multi-line postfixes, and more. It supports many data types such as booleans, integers, decimal numbers, strings with many additional data type flags (such as multiple values for a single option).