ipcd/shard.yml

35 lines
628 B
YAML
Raw Normal View History

2019-07-27 15:23:01 +02:00
name: networkd
version: 0.1.0
authors:
- karchnu <karchnu@karchnu.fr>
description: |
2019-07-27 15:31:44 +02:00
Networkd allows IPC clients to contact remote services.
2019-07-27 15:23:01 +02:00
dependencies:
ipc:
git: https://git.karchnu.fr/JunkOS/ipc.cr
2019-07-27 15:31:44 +02:00
branch: v0.2
2019-07-27 15:23:01 +02:00
targets:
pongc:
main: src/pongc.cr
pongd:
main: src/pongd.cr
networkd:
main: src/main.cr
tcpd:
main: src/tcpd.cr
tcp:
main: src/tcp.cr
# webipc:
# main: src/webipcd.cr
# websocketclient:
# main: src/websocket-client.cr
# websocketserver:
# main: src/websocket-server.cr
license: ISC