mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
33 lines
587 B
YAML
33 lines
587 B
YAML
name: invidious
|
|
version: 0.20.1
|
|
|
|
authors:
|
|
- Omar Roth <omarroth@protonmail.com>
|
|
|
|
targets:
|
|
invidious:
|
|
main: src/invidious.cr
|
|
|
|
dependencies:
|
|
pg:
|
|
github: will/crystal-pg
|
|
version: ~> 0.21.1
|
|
sqlite3:
|
|
github: crystal-lang/crystal-sqlite3
|
|
version: ~> 0.16.0
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
commit: dfe7dca08f4c9a9456d6132af5f6b59fcd6865e4
|
|
pool:
|
|
github: ysbaddaden/pool
|
|
version: ~> 0.2.3
|
|
protodec:
|
|
github: omarroth/protodec
|
|
version: ~> 0.1.2
|
|
lsquic:
|
|
github: iv-org/lsquic.cr
|
|
version: ~> 2.18.1-1
|
|
|
|
crystal: 0.35.1
|
|
|
|
license: AGPLv3
|