1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
package = "Versium"
version = "8.06.15-0"
source = {
url = "http://sputnik.freewisdom.org/files/diff-8.06.15.tar.gz",
}
description = {
summary = "Diff functions",
detailed = [===[ This module provides a small collection of functions for diffing text.
]===],
license = "MIT/X11",
homepage = "http://sputnik.freewisdom.org/lib/diff/",
maintainer = "Yuri Takhteyev (yuri@freewisdom.org)",
}
dependencies = {
}
build = {
type = "none",
install = {
lua = { ["diff"] = "lua/diff.lua",
}
}
}
|