shard.yml 990 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: invidious
  2. version: 2.20241110.0-dev
  3. authors:
  4. - Invidious team <contact@invidious.io>
  5. - Contributors!
  6. description: |
  7. Invidious is an alternative front-end to YouTube
  8. dependencies:
  9. pg:
  10. github: will/crystal-pg
  11. version: ~> 0.28.0
  12. sqlite3:
  13. github: crystal-lang/crystal-sqlite3
  14. version: ~> 0.21.0
  15. kemal:
  16. github: kemalcr/kemal
  17. version: ~> 1.1.2
  18. kilt:
  19. github: jeromegn/kilt
  20. version: ~> 0.6.1
  21. protodec:
  22. github: iv-org/protodec
  23. version: ~> 0.1.5
  24. athena-negotiation:
  25. github: athena-framework/negotiation
  26. version: ~> 0.1.1
  27. http_proxy:
  28. github: mamantoha/http_proxy
  29. version: ~> 0.10.3
  30. development_dependencies:
  31. spectator:
  32. github: icy-arctic-fox/spectator
  33. version: ~> 0.10.4
  34. ameba:
  35. github: crystal-ameba/ameba
  36. version: ~> 1.6.1
  37. crystal: ">= 1.10.0, < 2.0.0"
  38. license: AGPLv3
  39. repository: https://github.com/iv-org/invidious
  40. homepage: https://invidious.io
  41. documentation: https://docs.invidious.io