invidious-copy-2022-04-11/shard.yml

43 lines
777 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>
2022-02-23 12:21:52 +00:00
- 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
version: ~> 0.26.0
2018-11-21 23:12:13 +00:00
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.19.0
2019-06-15 15:34:31 +00:00
kemal:
github: kemalcr/kemal
version: ~> 1.1.0
2019-10-27 17:50:42 +00:00
protodec:
2021-05-14 17:57:28 +00:00
github: iv-org/protodec
2021-05-24 13:45:50 +00:00
version: ~> 0.1.4
2019-11-18 22:28:32 +00:00
lsquic:
github: iv-org/lsquic.cr
version: ~> 2.18.1-2
athena-negotiation:
github: athena-framework/negotiation
version: ~> 0.1.1
development_dependencies:
spectator:
github: icy-arctic-fox/spectator
2022-02-23 12:19:40 +00:00
version: ~> 0.10.5
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.3
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