cq/shard.yml

24 lines
371 B
YAML
Raw Normal View History

name: cq
version: 0.1.0
authors:
- Karchnu <karchnu@karchnu.fr>
description: |
CBOR Query program, similar to jq.
targets:
cq:
main: src/cq.cr
json-to-cbor:
main: src/json-to-cbor.cr
bm-json-vs-cbor:
main: tests/json-vs-cbor.cr
dependencies:
cbor:
2020-11-13 22:42:38 +01:00
branch: master
git: https://git.baguette.netlib.re/Baguette/crystal-cbor
license: ISC