name: ipcd version: 0.3.0 authors: - karchnu description: | IPCd allows IPC clients to contact remote services. dependencies: ipc: git: https://git.baguette.netlib.re/Baguette/ipc.cr branch: master baguette-crystal-base: git: https://git.baguette.netlib.re/Baguette/baguette-crystal-base branch: master targets: pongc: main: src/pongc.cr pongd: main: src/pongd.cr ipcd: main: src/ipcd.cr admind: main: src/admind.cr tcpd: main: src/tcpd.cr tcpc: main: src/tcpc.cr websocketd: main: src/websocketd.cr websocketc: main: src/websocketc.cr # tests test-ws-pong: main: tests/pong.cr test-closing: main: tests/closing.cr # performance tests test-perf-messages: main: tests/performances/ipc_message.cr test-perf-connection: main: tests/performances/ipc_connection.cr test-perf-message-exchange: main: tests/performances/ipc_message_exchange.cr test-perf-puts: main: tests/performances/puts.cr license: ISC