No description
Find a file
2024-06-15 22:19:31 +02:00
src Event now includes a "newfd" field for new client's fd. 2024-06-15 22:19:31 +02:00
.gitignore
build.zig Ready for zig v0.13. 2024-06-07 14:49:48 +02:00
ipc.pc Ready for zig v0.13. 2024-06-07 14:49:48 +02:00
libipc.h Event now includes a "newfd" field for new client's fd. 2024-06-15 22:19:31 +02:00
makefile Ready for zig v0.13. 2024-06-07 14:49:48 +02:00
makefile.target Allow cross-compilation. 2024-03-21 13:02:02 +01: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.