mirror of
				https://codeberg.org/1414codeforge/moonspeak.git
				synced 2025-06-05 22:09:19 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			616 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			616 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
package = "moonspeak"
 | 
						|
version = "scm-1"
 | 
						|
source = {
 | 
						|
    url = "git+https://git.doublefourteen.io/lua/moonspeak.git"
 | 
						|
}
 | 
						|
description = {
 | 
						|
    summary = "LÖVE game localization library.",
 | 
						|
    detailed = "A library providing common and structured functionality to make a game available across different languages."
 | 
						|
    homepage = "https://git.doublefourteen.io/lua/moonspeak",
 | 
						|
    maintainer = "The DoubleFourteen Code Forge <info@doublefourteen.io>",
 | 
						|
    license = "zlib"
 | 
						|
}
 | 
						|
dependencies = {
 | 
						|
    "lua >= 5.2",
 | 
						|
    "df-serialize"
 | 
						|
}
 | 
						|
build = {
 | 
						|
    type = "builtin",
 | 
						|
    modules = {
 | 
						|
        ["moonspeak"] = "init.lua"
 | 
						|
    }
 | 
						|
}
 |