This package allows one to access the System V Interprocess communication mechanisms from within Yorick: + message queues; + semaphore sets; + shared memory segments. It also exposes related functionality, in particular fork().
This plug-in serves primarily two use cases: + parallel (multiprocess) computing; + mixed applications (eg. yorick/python).
A sibling package is available for Python (python3-svipc).