47 lines
1.0 KiB
YAML
47 lines
1.0 KiB
YAML
name: ipcd
|
|
version: 0.7.0 # should follow libipc and ipc.cr bindings versions.
|
|
|
|
authors:
|
|
- karchnu <karchnu@karchnu.fr>
|
|
|
|
description: |
|
|
Websocketd allows the connection to IPC services from websockets.
|
|
|
|
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:
|
|
websocketd:
|
|
main: src/websocketd.cr
|
|
websocketd-dev:
|
|
main: src/websocketd-dev.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
|