LibUnique is a library for writing single instance applications, that is
applications that are run once and every further call to the same binary
either exits immediately or sends a command to the running instance.
with tweaks and ok jasper@ ajacoutot@
GIT repository browser that additionally can act as a pager for
output from various GIT commands. When browsing repositories, it
uses the underlying GIT commands to present the user with various
views, such as summarized revision log and showing the commit with
the log message, diffstat, and the diff. Using it as a pager, it
will display input from stdin and colorize it.
Submitted and maintained by Tobias Ulmer. Thanks!
This is a quick-n-dirty BSD licensed clone of backtrace facility found
in the GNU libc, mainly intended for porting linuxish code to BSD
platforms, however it can be used at any platform which has a gcc
compiler.
from bernd@ (patch-execinfo_c from FreeBSD)
LibYAML is a YAML 1.1 parser and emitter written in C.
LibYAML covers presenting and parsing processes. Thus LibYAML defines the
following two processors:
* Parser, which takes an input stream of bytes and produces a sequence
of parsing events.
* Emitter, which takes a sequence of events and produces a stream of bytes
<...>
from Pierre-Emmanuel Andre (MAINTAINER)
Mono.Addins is a framework for creating extensible applications,
and for creating libraries which extend those applications.
Mono.Addins has been designed to be easy to use and useful for
a wide range of applications: from simple applications with small
extensibility needs, to complex applications which need support
for large add-in structures.
This new framework intends to set an standard for building
extensible applications and add-ins in Mono.
VMime is a powerful C++ class library for working with MIME messages and
Internet messaging services like IMAP, POP or SMTP. With VMime you can
parse, generate and modify messages, and also connect to store and
transport services to receive or send messages over the Internet. The
library offers all the features to build a complete mail client.
<...>
feedback from and ok landry@