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-04-14 15:59:22 +00:00
|
|
|
- Invidous 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:
|
2017-11-24 04:06:43 +00:00
|
|
|
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
|
2022-04-10 20:53:03 +00:00
|
|
|
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
|
2021-05-24 13:45:50 +00:00
|
|
|
version: ~> 0.1.4
|
2019-11-18 22:28:32 +00:00
|
|
|
lsquic:
|
2020-08-14 09:18:04 +00:00
|
|
|
github: iv-org/lsquic.cr
|
2021-06-10 11:49:19 +00:00
|
|
|
version: ~> 2.18.1-2
|
2021-08-24 19:59:27 +00:00
|
|
|
athena-negotiation:
|
|
|
|
github: athena-framework/negotiation
|
|
|
|
version: ~> 0.1.1
|
2022-01-11 17:27:56 +00:00
|
|
|
|
2022-01-05 01:25:21 +00:00
|
|
|
development_dependencies:
|
|
|
|
spectator:
|
|
|
|
github: icy-arctic-fox/spectator
|
2022-04-14 15:59:22 +00:00
|
|
|
version: ~> 0.10.4
|
2022-01-20 21:25:01 +00:00
|
|
|
ameba:
|
|
|
|
github: crystal-ameba/ameba
|
|
|
|
version: ~> 0.14.3
|
2017-11-23 07:48:55 +00:00
|
|
|
|
2021-08-03 21:44:47 +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
|