rockspec_format = "3.0"
package = "texluap"
version = "0.3.12-1"

description = {
	summary = "tlua: luatex as Lua interpreter, texlua's prompt",
	detailed = "Refer https://github.com/mfussenegger/nlua",
	license = "GPL-3.0",
	homepage = "https://texrocks.readthedocs.io/en/latest/topics/texluap.md.html",
	maintainer = "Wu",
	labels = {
		"texmf",
	},
}

dependencies = {
	"lua >= 5.1",
	"texrocks >= 0.3.12",
	"prompt-style >= 0.0.11",
}

source = {
	url = "https://github.com/ustctug/texrocks/archive/0.3.12.zip",
	dir = "texrocks-0.3.12/packages/texluap",
}

deploy = {
	wrap_bin_scripts = false,
}

build = {
	type = "builtin",
}
