mirror of
				https://codeberg.org/1414codeforge/df-serialize.git
				synced 2025-06-05 21:59:13 +02:00 
			
		
		
		
	[rockspec] Add rockspec file.
This commit is contained in:
		
							
								
								
									
										27
									
								
								df-serialize-0.1-1.rockspec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								df-serialize-0.1-1.rockspec
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | |||||||
|  | rockspec_format = "3.0" | ||||||
|  | package = "df-serialize" | ||||||
|  | version = "0.1-1" | ||||||
|  | source = { | ||||||
|  |     url = "git://git.doublefourteen.io/lua/df-serialize.git" | ||||||
|  | } | ||||||
|  | description = { | ||||||
|  |     summary = "A brainless Lua table serialization library", | ||||||
|  |     homepage = "https://git.doublefourteen.io/lua/df-serialize", | ||||||
|  |     maintainer = "The DoubleFourteen Code Forge <info@doublefourteen.io>", | ||||||
|  |     license = "zlib" | ||||||
|  | } | ||||||
|  | dependencies = { | ||||||
|  |     "lua >= 5.2" | ||||||
|  | } | ||||||
|  | test_dependencies = { | ||||||
|  |     "busted" | ||||||
|  | } | ||||||
|  | build = { | ||||||
|  |     type = "builtin", | ||||||
|  |     modules = { | ||||||
|  |         ["df-serialize"] = "init.lua" | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | test = { | ||||||
|  |     type = "busted" | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user