invidious/shard.yml

43 lines
768 B
YAML
Raw Normal View History

2017-11-30 00:12:23 +00:00
name: invidious
2019-11-19 01:41:42 +00:00
version: 0.20.1
2017-11-23 07:48:55 +00:00
authors:
2019-03-20 15:33:31 +00:00
- Omar Roth <omarroth@protonmail.com>
- Invidious team
2017-11-23 07:48:55 +00:00
targets:
2017-11-30 00:12:23 +00:00
invidious:
main: src/invidious.cr
2017-11-23 07:48:55 +00:00
dependencies:
pg:
github: will/crystal-pg
2022-04-14 15:59:22 +00:00
version: ~> 0.24.0
2018-11-21 23:12:13 +00:00
sqlite3:
github: crystal-lang/crystal-sqlite3
2022-04-14 15:59:22 +00:00
version: ~> 0.18.0
2019-06-15 15:34:31 +00:00
kemal:
github: kemalcr/kemal
2022-02-24 15:48:35 +00:00
version: ~> 1.1.2
kilt:
github: jeromegn/kilt
version: ~> 0.6.1
2019-10-27 17:50:42 +00:00
protodec:
2021-05-14 17:57:28 +00:00
github: iv-org/protodec
2022-12-01 19:09:31 +00:00
version: ~> 0.1.5
athena-negotiation:
github: athena-framework/negotiation
version: ~> 0.1.1
development_dependencies:
spectator:
github: icy-arctic-fox/spectator
2022-04-14 15:59:22 +00:00
version: ~> 0.10.4
ameba:
github: crystal-ameba/ameba
version: ~> 1.5.0
2017-11-23 07:48:55 +00:00
crystal: ">= 1.0.0, < 2.0.0"
2017-11-23 07:48:55 +00:00
2018-01-28 17:32:40 +00:00
license: AGPLv3