mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-30 20:58:29 -05:00 
			
		
		
		
	* Move Crystal stdlib classes overrides to a separate file * Document known crystal overrides * Update crystal overrides for HTTP::Client socket * Update shard.yml to restrict crystal versions * Fix compilation error in Crystal 1.1.x (See https://github.com/crystal-lang/crystal/issues/10965 for more details about this issue).
		
			
				
	
	
		
			32 lines
		
	
	
		
			527 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			527 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: invidious
 | |
| version: 0.20.1
 | |
| 
 | |
| authors:
 | |
|   - Omar Roth <omarroth@protonmail.com>
 | |
|   - Invidous team
 | |
| 
 | |
| targets:
 | |
|   invidious:
 | |
|     main: src/invidious.cr
 | |
| 
 | |
| dependencies:
 | |
|   pg:
 | |
|     github: will/crystal-pg
 | |
|     version: ~> 0.23.2
 | |
|   sqlite3:
 | |
|     github: crystal-lang/crystal-sqlite3
 | |
|     version: ~> 0.18.0
 | |
|   kemal:
 | |
|     github: kemalcr/kemal
 | |
|     version: ~> 1.0.0
 | |
|   protodec:
 | |
|     github: iv-org/protodec
 | |
|     version: ~> 0.1.4
 | |
|   lsquic:
 | |
|     github: iv-org/lsquic.cr
 | |
|     version: ~> 2.18.1-2
 | |
| 
 | |
| crystal: ">= 1.0.0, < 2.0.0"
 | |
| 
 | |
| license: AGPLv3
 |