LibIPC: the simplest IPC library you'll probably find.
 
 
 
Go to file
Philippe PITTOLI 88244a7e64 Change version. 2024-06-06 16:12:23 +02:00
src Compiles with zig-0.12 2024-06-06 03:39:52 +02:00
.gitignore Initial commit. Old commit history: https://git.baguette.netlib.re/Baguette/libipc-old 2023-02-06 10:44:51 +01:00
README.md Add a makefile (build, install, serve-doc, dist). 2023-02-08 12:05:03 +01:00
TODO.md TODO: handle signals through the self-pipe trick. 2023-02-15 11:06:20 +01:00
build.zig Change version. 2024-06-06 16:12:23 +02:00
ipc.pc Change version. 2024-06-06 16:12:23 +02:00
libipc.h Change version. 2024-06-06 16:12:23 +02:00
makefile Makefile: install package config .pc file. 2024-05-31 19:29:55 +02:00
makefile.target Allow cross-compilation. 2024-03-21 13:02:02 +01:00

README.md

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.