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-06-15 22:57:20 +00:00
|
|
|
version: ~> 0.21.1
|
2018-11-21 23:12:13 +00:00
|
|
|
sqlite3:
|
|
|
|
github: crystal-lang/crystal-sqlite3
|
2020-04-09 16:14:21 +00:00
|
|
|
version: ~> 0.16.0
|
2019-06-15 15:34:31 +00:00
|
|
|
kemal:
|
|
|
|
github: kemalcr/kemal
|
2020-07-20 02:26:41 +00:00
|
|
|
commit: dfe7dca08f4c9a9456d6132af5f6b59fcd6865e4
|
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
|
|
|
|
version: ~> 0.1.2
|
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
|