package = "Diff"
version = "8.06.15-2"
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",
     }
  },
  copy_directories = { "doc", "tests" }
}

