invidious-mod/shard.yml

28 行
458 B
YAML
Raw 通常表示 履歴

2017-11-30 09:12:23 +09:00
name: invidious
version: 0.2.0
2017-11-23 16:48:55 +09:00
authors:
- Omar Roth <omarroth@hotmail.com>
targets:
2017-11-30 09:12:23 +09:00
invidious:
main: src/invidious.cr
2017-11-23 16:48:55 +09:00
dependencies:
kemal:
github: kemalcr/kemal
branch: rework-param-parser
pg:
github: will/crystal-pg
2018-01-29 02:34:30 +09:00
branch: master
2018-03-17 09:36:49 +09:00
detect_language:
2018-03-23 01:05:49 +09:00
github: detectlanguage/detectlanguage-crystal
2018-03-17 14:11:40 +09:00
branch: master
sqlite3:
github: crystal-lang/crystal-sqlite3
branch: master
2017-11-23 16:48:55 +09:00
2018-07-12 23:36:25 +09:00
crystal: 0.25.1
2017-11-23 16:48:55 +09:00
2018-01-29 02:32:40 +09:00
license: AGPLv3