2024-06-19 20:00:25 +02:00
|
|
|
name: ipcd
|
|
|
|
version: 0.1.0
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- Philippe PITTOLI <karchnu@karchnu.fr>
|
|
|
|
|
|
|
|
targets:
|
|
|
|
ipcd:
|
|
|
|
main: src/ipcd.cr
|
|
|
|
|
2024-06-27 03:46:18 +02:00
|
|
|
ipcproxy:
|
|
|
|
main: src/ipcproxy.cr
|
|
|
|
|
2024-06-19 20:00:25 +02:00
|
|
|
dependencies:
|
|
|
|
ipc:
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/ipc.cr
|
2024-06-21 21:12:25 +02:00
|
|
|
hexa:
|
|
|
|
branch: master
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/hexa.cr.git
|
2024-06-19 20:00:25 +02:00
|
|
|
|
|
|
|
crystal: '>= 1.12.2'
|
|
|
|
|
|
|
|
license: ISC
|