No description
Find a file
2023-07-01 15:35:47 +02:00
src Store current fd to avoid conflict. 2023-07-01 15:35:47 +02:00
.gitignore
build.zig Update to new Zig API (0.11.0-dev.3892+0a6cd257b). 2023-07-01 13:43:41 +02:00
libipc.h
makefile Following the new Zig std. 2023-05-03 03:21:30 +02:00
README.md
TODO.md TODO: handle signals through the self-pipe trick. 2023-02-15 11:06:20 +01:00

libipc

libipc - Simple, easy-to-use IPC library.

Compilation

Either make or zig build.

For more options, see either the makefile or build.zig.

Install

make install
# By default, install in the /usr/local/ prefix, but it can be changed.
make install PREFIX=/usr/

Usage

See the dedicated repository.

Status

LibIPC reached a stable state and is usable. Performance is fine for most projects, but can be largely improved.