name: libipc-examples version: 0.1.0 authors: - Philippe Pittoli description: | Examples of applications using libipc. targets: pong: main: src/pong.cr pongd: main: src/pongd.cr # Those two examples show what it is required to serialize and deserialize # an IPC message, which only is to add (and remove) the message length in # the first 4 bytes of the message. # They can be used to handle messages from a simple shell script. fromipc: main: src/fromipc.cr input2ipc: main: src/input2ipc.cr dependencies: ipc: git: https://git.baguette.netlib.re/Baguette/ipc.cr branch: master crystal: 1.8.2 license: ISC