@hackage ipcvar0.1.1

Simple inter-process communication through IPCVars.

IPCVars allows you to communicate values between forked processes (with forkProcess). There are several backends possible, with the first available being simple files using POSIX file locking.