ipcd/shard.yml

35 lines
558 B
YAML
Raw Normal View History

2019-07-27 15:23:01 +02:00
name: networkd
2019-09-29 18:39:47 +02:00
version: 0.1.1
2019-07-27 15:23:01 +02:00
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:
2019-08-21 13:09:54 +02:00
git: https://git.karchnu.fr/WeirdOS/ipc.cr
2019-08-01 00:44:38 +02:00
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
2019-07-27 15:23:01 +02:00
networkd:
main: src/main.cr
2019-08-01 00:44:38 +02:00
2019-07-27 15:23:01 +02:00
tcpd:
main: src/tcpd.cr
tcp:
main: src/tcp.cr
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
license: ISC