rockspec_format = "3.0"
package = "lls-addon-cc-tweaked"
version = "1.114.0-1"
source = {
	url = "git+https://gitlab.com/carsakiller/lls-addon-cc-tweaked",
}
description = {
	summary = "LuaCATS annotations for CC:Tweaked",
	detailed = "Manually crafted LuaCATS annotations for Minecraft's CC:Tweaked computer mod",
	homepage = "https://gitlab.com/carsakiller/lls-addon-cc-tweaked",
	license = "MIT",
}
build = {
	type = "lls-addon",
	settings = {
		["Lua.runtime.version"] = "Lua 5.3",
		["Lua.runtime.builtin"] = {
			io = "disable",
			os = "disable",
		},
	},
}
