ipc.cr-old/shard.yml

26 lines
402 B
YAML
Raw Permalink Normal View History

2018-11-20 11:06:15 +01:00
name: ipc
version: 0.7.0
2018-11-20 11:06:15 +01:00
authors:
2019-07-27 15:29:27 +02:00
- Philippe Pittoli <karchnu@karchnu.fr>
2018-11-20 11:06:15 +01:00
- Luka Vandervelden <lukc@upyum.com>
description: |
2019-07-27 15:29:27 +02:00
High-level Crystal bindings to libipc.
2018-11-20 11:06:15 +01:00
2020-11-23 16:58:15 +01:00
dependencies:
cbor:
branch: master
git: https://git.baguette.netlib.re/Baguette/crystal-cbor
2020-07-14 17:04:51 +02:00
targets:
pongd:
main: tests/pongd.cr
pongc:
main: tests/pongc.cr
2018-11-20 11:06:15 +01:00
libraries:
libipc: ">= 0.7"
2018-11-20 11:06:15 +01:00
2019-07-27 15:29:27 +02:00
license: ISC