package = "LuaTuple"
version = "1.0beta-1"
source = {
	url = "http://www.tecgraf.puc-rio.br/~maia/lua/packs/tuple-1.0beta.tar.gz",
	md5 = "f9129427e3f98cbebc727de902de20b8",
}
description = {
	summary = "Tuple of Values for Lua.",
	detailed = [[
		Tuples is a library that provides support for internalized tokens that
		represent a tuple of Lua values.
	]],
	license = "MIT/X11",
	homepage = "http://www.tecgraf.puc-rio.br/~maia/lua/tuple",
	maintainer = "Renato Maia <maia@tecgraf.puc-rio.br>",
}
dependencies = {
	"lua >= 5.1",
}
build = {
	type = "none",
	install = {
		lua = {
			["tuple.weak"] = "tuple/weak.lua",
			["tuple"] = "tuple.lua",
		},
	},
}
