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
|
2019-09-24 17:31:33 +00:00
|
|
|
version: ~> 0.19.0
|
2018-11-21 23:12:13 +00:00
|
|
|
sqlite3:
|
|
|
|
github: crystal-lang/crystal-sqlite3
|
2019-09-24 17:31:33 +00:00
|
|
|
version: ~> 0.14.0
|
2019-06-15 15:34:31 +00:00
|
|
|
kemal:
|
|
|
|
github: kemalcr/kemal
|
2019-12-14 21:10:46 +00:00
|
|
|
version: ~> 0.26.1
|
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:
|
|
|
|
github: omarroth/lsquic.cr
|
2020-03-06 18:59:42 +00:00
|
|
|
version: ~> 0.1.9
|
2017-11-23 07:48:55 +00:00
|
|
|
|
2020-03-06 18:59:42 +00:00
|
|
|
crystal: 0.33.0
|
2017-11-23 07:48:55 +00:00
|
|
|
|
2018-01-28 17:32:40 +00:00
|
|
|
license: AGPLv3
|