name: ipcd version: 0.6.0 # should follow libipc and ipc.cr bindings versions. authors: - karchnu description: | Websocketd allows the connection to IPC services from websockets. dependencies: ipc: git: https://git.baguette.netlib.re/Baguette/ipc.cr branch: poll targets: 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