invidious/shard.yml

34 lines
587 B
YAML
Raw Normal View History

2017-11-29 16:12:23 -08:00
name: invidious
2019-11-18 17:41:42 -08:00
version: 0.20.1
2017-11-22 23:48:55 -08:00
authors:
2019-03-20 08:33:31 -07:00
- Omar Roth <omarroth@protonmail.com>
2017-11-22 23:48:55 -08:00
targets:
2017-11-29 16:12:23 -08:00
invidious:
main: src/invidious.cr
2017-11-22 23:48:55 -08:00
dependencies:
pg:
github: will/crystal-pg
2020-06-15 15:57:20 -07:00
version: ~> 0.21.1
2018-11-21 15:12:13 -08:00
sqlite3:
github: crystal-lang/crystal-sqlite3
2020-04-09 09:14:21 -07:00
version: ~> 0.16.0
2019-06-15 08:34:31 -07:00
kemal:
github: kemalcr/kemal
2020-07-19 19:26:41 -07:00
commit: dfe7dca08f4c9a9456d6132af5f6b59fcd6865e4
2019-10-25 09:58:16 -07:00
pool:
github: ysbaddaden/pool
version: ~> 0.2.3
2019-10-27 10:50:42 -07:00
protodec:
github: omarroth/protodec
version: ~> 0.1.2
2019-11-18 14:28:32 -08:00
lsquic:
github: omarroth/lsquic.cr
2020-07-19 08:50:01 -07:00
version: ~> 2.18.1
2017-11-22 23:48:55 -08:00
2020-07-19 08:50:01 -07:00
crystal: 0.35.1
2017-11-22 23:48:55 -08:00
2018-01-28 09:32:40 -08:00
license: AGPLv3