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>
|
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
|
2020-12-14 18:33:31 +00:00
|
|
|
version: ~> 0.22.1
|
2018-11-21 23:12:13 +00:00
|
|
|
sqlite3:
|
|
|
|
github: crystal-lang/crystal-sqlite3
|
2020-12-14 18:33:31 +00:00
|
|
|
version: ~> 0.17.0
|
2019-06-15 15:34:31 +00:00
|
|
|
kemal:
|
|
|
|
github: kemalcr/kemal
|
2020-12-14 18:33:31 +00:00
|
|
|
version: ~> 0.27.0
|
2019-10-25 16:58:16 +00:00
|
|
|
pool:
|
|
|
|
github: ysbaddaden/pool
|
|
|
|
version: ~> 0.2.3
|
2019-10-27 17:50:42 +00:00
|
|
|
protodec:
|
|
|
|
github: omarroth/protodec
|
2020-12-14 18:33:31 +00:00
|
|
|
version: ~> 0.1.3
|
2019-11-18 22:28:32 +00:00
|
|
|
lsquic:
|
2020-08-14 09:18:04 +00:00
|
|
|
github: iv-org/lsquic.cr
|
2020-10-16 09:47:12 +00:00
|
|
|
version: ~> 2.18.1-1
|
2017-11-23 07:48:55 +00:00
|
|
|
|
2020-07-19 15:50:01 +00:00
|
|
|
crystal: 0.35.1
|
2017-11-23 07:48:55 +00:00
|
|
|
|
2018-01-28 17:32:40 +00:00
|
|
|
license: AGPLv3
|