26 lines
402 B
YAML
26 lines
402 B
YAML
name: ipc
|
|
version: 0.7.0
|
|
|
|
authors:
|
|
- Philippe Pittoli <karchnu@karchnu.fr>
|
|
- Luka Vandervelden <lukc@upyum.com>
|
|
|
|
description: |
|
|
High-level Crystal bindings to libipc.
|
|
|
|
dependencies:
|
|
cbor:
|
|
branch: master
|
|
git: https://git.baguette.netlib.re/Baguette/crystal-cbor
|
|
|
|
targets:
|
|
pongd:
|
|
main: tests/pongd.cr
|
|
pongc:
|
|
main: tests/pongc.cr
|
|
|
|
libraries:
|
|
libipc: ">= 0.7"
|
|
|
|
license: ISC
|