ipcd/shard.yml

61 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2020-01-06 15:35:09 +01:00
name: ipcd
2020-02-04 02:06:13 +01:00
version: 0.3.0
2019-07-27 15:23:01 +02:00
authors:
- karchnu <karchnu@karchnu.fr>
description: |
2020-01-06 15:35:09 +01:00
IPCd allows IPC clients to contact remote services.
2019-07-27 15:23:01 +02:00
dependencies:
ipc:
2020-04-13 18:17:14 +02:00
git: https://git.baguette.netlib.re/Baguette/ipc.cr
2019-08-01 00:44:38 +02:00
branch: master
2020-08-28 02:02:19 +02:00
baguette-crystal-base:
git: https://git.baguette.netlib.re/Baguette/baguette-crystal-base
branch: master
2019-07-27 15:23:01 +02:00
targets:
pongc:
main: src/pongc.cr
pongd:
main: src/pongd.cr
2019-08-01 00:44:38 +02:00
2020-01-06 15:35:09 +01:00
ipcd:
main: src/ipcd.cr
2019-08-01 00:44:38 +02:00
admind:
main: src/admind.cr
2019-07-27 15:23:01 +02:00
tcpd:
main: src/tcpd.cr
2019-11-04 13:48:51 +01:00
tcpc:
main: src/tcpc.cr
2019-07-27 15:23:01 +02:00
2019-08-01 00:44:38 +02:00
websocketd:
main: src/websocketd.cr
websocketc:
main: src/websocketc.cr
2019-07-27 15:23:01 +02:00
2020-01-16 17:43:02 +01:00
# tests
test-ws-pong:
main: tests/pong.cr
test-closing:
main: tests/closing.cr
2020-02-04 02:06:13 +01:00
# 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
2019-07-27 15:23:01 +02:00
license: ISC