2017-11-30 05:42:23 +05:30
|
|
|
name: invidious
|
2019-11-19 07:11:42 +05:30
|
|
|
version: 0.20.1
|
2017-11-23 13:18:55 +05:30
|
|
|
|
|
|
|
authors:
|
2019-03-20 21:03:31 +05:30
|
|
|
- Omar Roth <omarroth@protonmail.com>
|
2021-01-07 23:31:13 +05:30
|
|
|
- Invidous team
|
2017-11-23 13:18:55 +05:30
|
|
|
|
|
|
|
targets:
|
2017-11-30 05:42:23 +05:30
|
|
|
invidious:
|
|
|
|
main: src/invidious.cr
|
2017-11-23 13:18:55 +05:30
|
|
|
|
|
|
|
dependencies:
|
2017-11-24 09:36:43 +05:30
|
|
|
pg:
|
|
|
|
github: will/crystal-pg
|
2021-09-10 13:12:15 +05:30
|
|
|
version: ~> 0.24.0
|
2018-11-22 04:42:13 +05:30
|
|
|
sqlite3:
|
|
|
|
github: crystal-lang/crystal-sqlite3
|
2021-02-04 09:41:54 +05:30
|
|
|
version: ~> 0.18.0
|
2019-06-15 21:04:31 +05:30
|
|
|
kemal:
|
|
|
|
github: kemalcr/kemal
|
2021-09-10 13:12:15 +05:30
|
|
|
version: ~> 1.1.0
|
2019-10-27 23:20:42 +05:30
|
|
|
protodec:
|
2021-05-14 23:27:28 +05:30
|
|
|
github: iv-org/protodec
|
2021-05-24 19:15:50 +05:30
|
|
|
version: ~> 0.1.4
|
2019-11-19 03:58:32 +05:30
|
|
|
lsquic:
|
2020-08-14 14:48:04 +05:30
|
|
|
github: iv-org/lsquic.cr
|
2021-06-10 17:19:19 +05:30
|
|
|
version: ~> 2.18.1-2
|
2021-08-25 01:29:27 +05:30
|
|
|
athena-negotiation:
|
|
|
|
github: athena-framework/negotiation
|
|
|
|
version: ~> 0.1.1
|
2022-01-11 22:57:56 +05:30
|
|
|
|
2022-01-05 06:55:21 +05:30
|
|
|
development_dependencies:
|
|
|
|
spectator:
|
|
|
|
github: icy-arctic-fox/spectator
|
2022-01-11 22:57:56 +05:30
|
|
|
version: ~> 0.10.4
|
2022-01-21 02:55:01 +05:30
|
|
|
ameba:
|
|
|
|
github: crystal-ameba/ameba
|
|
|
|
version: ~> 0.14.3
|
2017-11-23 13:18:55 +05:30
|
|
|
|
2021-08-04 03:14:47 +05:30
|
|
|
crystal: ">= 1.0.0, < 2.0.0"
|
2017-11-23 13:18:55 +05:30
|
|
|
|
2018-01-28 23:02:40 +05:30
|
|
|
license: AGPLv3
|