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>
|
2021-01-07 10:01:13 -08:00
|
|
|
- Invidous team
|
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:
|
2017-11-23 20:06:43 -08:00
|
|
|
pg:
|
|
|
|
github: will/crystal-pg
|
2021-05-24 06:45:50 -07:00
|
|
|
version: ~> 0.23.2
|
2018-11-21 15:12:13 -08:00
|
|
|
sqlite3:
|
|
|
|
github: crystal-lang/crystal-sqlite3
|
2021-02-03 20:11:54 -08:00
|
|
|
version: ~> 0.18.0
|
2019-06-15 08:34:31 -07:00
|
|
|
kemal:
|
|
|
|
github: kemalcr/kemal
|
2021-05-24 06:45:50 -07:00
|
|
|
version: ~> 1.0.0
|
2019-10-27 10:50:42 -07:00
|
|
|
protodec:
|
2021-05-14 10:57:28 -07:00
|
|
|
github: iv-org/protodec
|
2021-05-24 06:45:50 -07:00
|
|
|
version: ~> 0.1.4
|
2019-11-18 14:28:32 -08:00
|
|
|
lsquic:
|
2020-08-14 02:18:04 -07:00
|
|
|
github: iv-org/lsquic.cr
|
2021-06-10 04:49:19 -07:00
|
|
|
version: ~> 2.18.1-2
|
2021-08-24 12:59:27 -07:00
|
|
|
athena-negotiation:
|
|
|
|
github: athena-framework/negotiation
|
|
|
|
version: ~> 0.1.1
|
2017-11-22 23:48:55 -08:00
|
|
|
|
2021-08-03 14:44:47 -07:00
|
|
|
crystal: ">= 1.0.0, < 2.0.0"
|
2017-11-22 23:48:55 -08:00
|
|
|
|
2018-01-28 09:32:40 -08:00
|
|
|
license: AGPLv3
|