invidious/shard.yml

25 lines
374 B
YAML
Raw Normal View History

2017-11-30 05:42:23 +05:30
name: invidious
version: 0.2.0
2017-11-23 13:18:55 +05:30
authors:
- Omar Roth <omarroth@hotmail.com>
targets:
2017-11-30 05:42:23 +05:30
invidious:
main: src/invidious.cr
2017-11-23 13:18:55 +05:30
dependencies:
kemal:
github: kemalcr/kemal
2017-11-30 09:19:26 +05:30
branch: master
pg:
github: will/crystal-pg
2018-01-28 23:04:30 +05:30
branch: master
2018-03-17 06:06:49 +05:30
detect_language:
2018-03-22 21:35:49 +05:30
github: detectlanguage/detectlanguage-crystal
2018-03-17 10:41:40 +05:30
branch: master
2017-11-23 13:18:55 +05:30
crystal: 0.25.0
2017-11-23 13:18:55 +05:30
2018-01-28 23:02:40 +05:30
license: AGPLv3